RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionCube.Create Constructor

Creates an instance of TDecisionCube.

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

Call Create to instantiate a decision cube at runtime. Decision cubes placed on a form or data module at design time are created automatically. 

Create allocates the memory for the decision cube and its helper objects and initializes the Active property to false and the DesignState property to dsAllData. 

 

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