RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGrid.Create Constructor

Creates and initializes an instance of TCustomDecisionGrid.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomDecisionGrid(TComponent * AOwner);

Call Create to instantiate a decision grid at runtime. Decision grids added to forms at design time are created automatically. 

AOwner is the form that contains the decision grid. It becomes the value of the Owner property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!