Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Create(TdxCustomFlowChart) Constructor

Creates the TdxFcObject class instance.

#Declaration

Delphi
constructor Create(AOwner: TdxCustomFlowChart);

#Parameters

Name Type
AOwner TdxCustomFlowChart

#Remarks

Call this constructor to create a chart symbol within the control passed as the AOwner parameter. The Create constructor calls the inherited constructor and initializes the chart symbol’s properties and fields.

Alternatively, you can call the flow chart control’s CreateObject function to create a chart symbol within it.

To delete a chart symbol, call its destructor or the Free procedure.

See Also