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
Contents - TCellNode - Properties
~TCellNode
DestructorTCellNode
ConstructorC++ declaration
__fastcall TCellNode(TAdvStringGrid *aOwner)__fastcall TCellNode(TAdvStringGrid *AOwner)
Contents - TCellNode - Methods
Color
Delphi declarationContractGlyph
property Color: TColor;
C++ declaration
__property Graphics::TColor Color={ nodefault }
Description
Sets the background color of the node when display mode is cnFlat
Delphi declarationExpandGlyph
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
Delphi declarationNodeColor
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
Delphi declarationNodeType
property NodeColor: TColor;
C++ declaration
__property Graphics::TColor NodeColor={ nodefault }
Description
Sets the node color when display mode is cnFlat
Delphi declaration
property NodeType: TNodeType default cnFlat;
C++ declaration
__property TNodeType NodeType={ default=0 }
Description
Controls 3 node display modes : cnFlat, cn3D, cnGlyph