Class TDBTreeView (unit DBTrees)

Inherits from

TTreeView

Constructors



Functions

procedure BuildTree;

добавляем корневой объект

procedure ClearTree;


function GetId:string;


function AddItem:TTreeNode;


function FindItem(Id:string):TTreeNode;


Properties

property ActiveId : string


property DataSource : TDataSet


property FieldId : string


property FieldName : string


property FieldParentId : string


Events

Variables

fId : string;


fName : string;


fParentId : string;


fTable : TDataSet;



Constructors


Functions


procedure BuildTree;

добавляем корневой объект


procedure ClearTree;


function GetId:string;


function AddItem:TTreeNode;


function FindItem(Id:string):TTreeNode;


Properties


property ActiveId : string


property DataSource : TDataSet


property FieldId : string


property FieldName : string


property FieldParentId : string


Events


Variables


fId : string;


fName : string;


fParentId : string;


fTable : TDataSet;