lazcontrols: comments

git-svn-id: trunk@40007 -
This commit is contained in:
mattias 2013-01-28 15:14:49 +00:00
parent dfd531ee95
commit 3d48574e08

View File

@ -64,7 +64,7 @@ type
fImageIndexDirectory: integer; // Needed if directory structure is shown.
fSelectionList: TStringList; // Store/restore the old selections here.
fShowDirHierarchy: Boolean; // Show direcories / files as a tree structure.
fBranches: TBranchList; // Items are under these nodes can be sorted.
fBranches: TBranchList; // Items under these nodes can be sorted.
fExpandAllInitially: Boolean; // Expand all levels when searched for the first time.
fIsFirstTime: Boolean; // Needed for fExpandAllInitially.
fOnGetImageIndex: TImageIndexEvent;