mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-28 15:16:06 +02:00
lazcontrols: comments
git-svn-id: trunk@40007 -
This commit is contained in:
parent
dfd531ee95
commit
3d48574e08
@ -64,7 +64,7 @@ type
|
|||||||
fImageIndexDirectory: integer; // Needed if directory structure is shown.
|
fImageIndexDirectory: integer; // Needed if directory structure is shown.
|
||||||
fSelectionList: TStringList; // Store/restore the old selections here.
|
fSelectionList: TStringList; // Store/restore the old selections here.
|
||||||
fShowDirHierarchy: Boolean; // Show direcories / files as a tree structure.
|
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.
|
fExpandAllInitially: Boolean; // Expand all levels when searched for the first time.
|
||||||
fIsFirstTime: Boolean; // Needed for fExpandAllInitially.
|
fIsFirstTime: Boolean; // Needed for fExpandAllInitially.
|
||||||
fOnGetImageIndex: TImageIndexEvent;
|
fOnGetImageIndex: TImageIndexEvent;
|
||||||
|
Loading…
Reference in New Issue
Block a user