RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDecisionSource.Create Constructor

Creates and initializes an instance of TDecisionSource.

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

Call Create to instantiate a decision source at runtime. Decision source objects placed in forms or data modules at design time are created automatically. 

 

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