Back to Devexpress

Create(TdxCustomFlowChart) Constructor

vcl-dxflchrt-dot-tdxfcobject-dot-create-x28-dxflchrt-dot-tdxcustomflowchart-x29.md

latest1.2 KB
Original Source

Create(TdxCustomFlowChart) Constructor

Creates the TdxFcObject class instance.

Declaration

delphi
constructor Create(AOwner: TdxCustomFlowChart);

Parameters

NameType
AOwnerTdxCustomFlowChart

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

DeleteObject

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit