Unit 'AbComCtrls' Package
[Overview][Constants][Types][Classes][Index] [#pl_abbrevia]

TAbCustomTreeView

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

Declaration

Source position: AbComCtrls.pas line 249

type TAbCustomTreeView = class(TTreeView)

protected

  FArchive: TAbBaseBrowser;

  

  FListView: TAbCustomListView;

  

  FPath: string;

  

  procedure Change(); override;

  

  procedure DoChange(); virtual;

  

  procedure GetSelectedIndex(); override;

  

  procedure Notification(); override;

  

  procedure SelectPathNode;

  

  procedure SetArchive();

  

  procedure SetListView();

  

  procedure SetPath();

  

public

  constructor Create(); override;

  

  property Archive: TAbBaseBrowser; [rw]

  

  property HideSelection;

  

  property ListView: TAbCustomListView; [rw]

  

  property Path: string; [rw]

  

end;

Inheritance

TAbCustomTreeView

  

|

TObject



CT Web help

CodeTyphon Studio