Class TNodeObject (unit INITree)
Inherits from
TObject
Constructors
constructor Create(const setString:string);
constructor CreateChild(const setString:string;setChild:Boolean);
constructor CreateComponent(C:TComponent);
constructor CreateComponentImage(C:TComponent;setIndex:Integer);
constructor CreateImage(const setString:string;setIndex:Integer);
constructor CreateImageChild(const setString:string;setIndex:Integer;setChild:Boolean);
constructor CreateImageChildComponent(const setString:string;setIndex:Integer;setChild:Boolean;C:TComponent);
constructor CreateImageComponent(const setString:string;setIndex:Integer;C:TComponent);
Functions
Properties
property Child : Boolean
property Data : Pointer
property Dirty : Boolean
property ImageIndex : Integer
property StringContext : string
Events
Variables
FChild : Boolean;
FData : Pointer;
FDirty : Boolean;
FImageIndex : Integer;
FString : string;
Constructors
constructor Create(const setString:string);
constructor CreateChild(const setString:string;setChild:Boolean);
constructor CreateComponent(C:TComponent);
constructor CreateComponentImage(C:TComponent;setIndex:Integer);
constructor CreateImage(const setString:string;setIndex:Integer);
constructor CreateImageChild(const setString:string;setIndex:Integer;setChild:Boolean);
constructor CreateImageChildComponent(const setString:string;setIndex:Integer;setChild:Boolean;C:TComponent);
constructor CreateImageComponent(const setString:string;setIndex:Integer;C:TComponent);
Functions
Properties
property Child : Boolean
property Data : Pointer
property Dirty : Boolean
property ImageIndex : Integer
property StringContext : string
Events
Variables
FChild : Boolean;
FData : Pointer;
FDirty : Boolean;
FImageIndex : Integer;
FString : string;