[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: shellctrls.pas line 42
type TCustomShellTreeView = class(TCustomTreeView) |
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure GetFilesInDir(); |
|
|
function PopulateTreeNodeWithFiles(); |
|
|
procedure PopulateTreeViewWithBaseFiles; |
|
|
function GetPathFromNode(); |
|
|
property ObjectTypes: TObjectTypes; [rw] |
|
|
end; |
|
||
| | ||
|
TCustomTreeView - ancestor class for TTreeView |
|
| | ||
TCustomControl |
||
? | ||
TObject |