ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
JamSelectionList.TJamPathList.AddObject

Adds a new string to the list.

Syntax
Pascal
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.