RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDecisionGraph.Create Constructor

Creates and initializes an instance of TCustomDecisionGraph.

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

Call Create to create a decision graph at runtime. Do not create instances of TCustomDecisionGraph. Instead, create a descendant of TCustomDecisionGraph such as TDecisionGraph. Decision graphs placed in forms at design time are created automatically. 

Pass a single Component as a parameter to provide the decision graph 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!