This is a procedure called by the TJamShellCombo.OnAddFolder event.
TOnAddFolderEvent = procedure (Sender: TObject; Item: TJamComboItem; var CanAdd: Boolean) of object;
|
Parameters |
Description |
|
Sender |
The control which sends this notification event. |
|
Item |
The item that has been added. |
|
CanAdd |
Set to False to prevent adding of the item. The default value is True. |