[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ShellCtrls' (#lcl)

TCustomShellTreeView

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TCustomShellTreeView

  

|

TCustomTreeView

  

TCustomTreeView - ancestor class for TTreeView

|

TCustomControl

?

TObject