ShellBrowser Delphi Components Documentation
|
Adds a new string to the list.
function AddObject(const S: string; AObject: TObject): Integer; override;
Parameters |
Description |
const S: string |
The path that should be addeded. |
AObject: TObject |
The object that should be associated with the added string, or nil. |
Integer: Returns the position of the item in the list.