[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: shellctrls.pas line 49
type TCustomShellTreeView = class(TCustomTreeView) |
||
protected |
||
function PopulateTreeNodeWithFiles(); |
|
|
procedure PopulateWithBaseFiles; |
||
procedure DoSelectionChanged; override; |
||
function CanExpand(); override; |
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
public |
||
class function GetBasePath; |
||
class procedure GetFilesInDir(); |
|
|
public |
||
function GetPathFromNode(); |
|
|
function GetSelectedNodePath; |
||
property ObjectTypes: TObjectTypes; [rw] |
|
|
property ShellListView: TCustomShellListView; [rw] |
||
property FileSortType: TFileSortType; [rw] |
||
property Items; |
||
end; |
|
||
| | ||
|
TCustomTreeView - ancestor class for TTreeView |
|
| | ||
|
TCustomControl - a base class for many window controls |
|
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |