RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionPivot.Create Constructor

Creates and initializes an instance of TDecisionPivot.

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

Call Create to instantiate a decision pivot at runtime. Decision pivots placed on forms at design time are created Pass a single Component as a parameter to provide the decision pivot with an Owner that is responsible for freeing it. 

 

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