ShellBrowser Delphi Edition Documentation
ContentsIndexHome
PreviousUpNext
TJamPathList.InsertObject Method

Inserts a string into the list at the specified position, and associates it with an object.

Syntax
Pascal
procedure InsertObject(Index: Integer; const S: String; AObject: TObject); override;
Parameters 
Description 
Index: Integer 
The position in the list at which the path should be added. 
const S: String 
The path that should be addeded. 
AObject: TObject 
The object with that the path that should be associated. 
Copyright (c) 2011. All rights reserved.