mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +02:00
Fix comments in FilterEdit components.
git-svn-id: trunk@32387 -
This commit is contained in:
parent
be020b3ccc
commit
1e39ce6cf8
@ -17,9 +17,8 @@ type
|
||||
|
||||
TListFilterEdit = class(TCustomControlFilterEdit)
|
||||
private
|
||||
// A control showing the (filtered) data. These are exclusive, only one is used.
|
||||
fFilteredListbox: TListbox;
|
||||
fSelectionList: TStringList; // or store/restore the old selections here.
|
||||
fFilteredListbox: TListbox; // A control showing the (filtered) data.
|
||||
fSelectionList: TStringList; // Store/restore the old selections here.
|
||||
// Data supplied by caller through Data property.
|
||||
fOriginalData: TStringList;
|
||||
// Data sorted for viewing.
|
||||
|
@ -17,10 +17,9 @@ type
|
||||
|
||||
TTreeFilterEdit = class(TCustomControlFilterEdit)
|
||||
private
|
||||
// A control showing the (filtered) data. These are exclusive, only one is used.
|
||||
fFilteredTreeview: TTreeview;
|
||||
fImageIndexDirectory: integer; // Needed if directory structure is shown.
|
||||
fSelectionList: TStringList; // or store/restore the old selections here.
|
||||
fFilteredTreeview: TTreeview; // A control showing the (filtered) data.
|
||||
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.
|
||||
// Full filename in node data is needed when showing the directory hierarchy.
|
||||
// It is stored automatically if the map is populated by MapShortToFullFilename.
|
||||
|
Loading…
Reference in New Issue
Block a user