TAdvStringGridTCellNode

Contents - Methods - Properties


Description
It has the following subproperties :

Color : background color of the node when display mode is cnFlat

ContractGlyph : glyph to display when node is in contracted state when NodeType is cnGlyph

ExpandGlyph : glyph to display when node is in expanded state when NodeType is cnGlyph

NodeColor : node color when mode is cnFlat

NodeType : controls 3 node display modes : cnFlat, cn3D, cnGlyph


TCellNode - Methods

Contents - TCellNode - Properties

~TCellNode
Destructor

C++ declaration
__fastcall virtual ~TCellNode(void)

TCellNode
Constructor

C++ declaration
__fastcall TCellNode(TAdvStringGrid *aOwner)

__fastcall TCellNode(TAdvStringGrid *AOwner)


TCellNode - Properties

Contents - TCellNode - Methods

Color
Delphi declaration
property Color: TColor;
C++ declaration
__property Graphics::TColor Color={ nodefault }

Description
Sets the background color of the node when display mode is cnFlat
ContractGlyph
Delphi declaration
property ContractGlyph: TBitmap;
C++ declaration
__property Graphics::TBitmap *ContractGlyph

Description
Holds the glyph to display when node is in contracted state when NodeType is cnGlyph
ExpandGlyph
Delphi declaration
property ExpandGlyph: TBitmap;
C++ declaration
__property Graphics::TBitmap *ExpandGlyph

Description
Holds the glyph to display when node is in expanded state when NodeType is cnGlyph
NodeColor
Delphi declaration
property NodeColor: TColor;
C++ declaration
__property Graphics::TColor NodeColor={ nodefault }

Description
Sets the node color when display mode is cnFlat
NodeType
Delphi declaration
property NodeType: TNodeType default cnFlat;
C++ declaration
__property TNodeType NodeType={ default=0 }

Description
Controls 3 node display modes : cnFlat, cn3D, cnGlyph