Skip to main content

TdxCustomFlowChart.CreateObject(Integer,Integer,Integer,Integer,TdxFcShapeType) Method

Creates a new chart symbol.

Declaration

function CreateObject(L: Integer; T: Integer; W: Integer; H: Integer; AShape: TdxFcShapeType): TdxFcObject; overload;

Parameters

Name Type Description
L Integer

The distance between the client area’s left border and the chart symbol’s bounding rectangle, in pixels.

T Integer

The distance between the client area’s top border and the chart symbol’s bounding rectangle, in pixels.

W Integer

The width (in pixels) of the created chart symbol.

H Integer

The height (in pixels) of the created chart symbol.

AShape TdxFcShapeType

The target shape (from the predefined set).

Returns

Type Description
TdxFcObject

The created chart symbol.

Remarks

Call the CreateObject function to place a new chart symbol at the specified point within the flow chart control area.

See Also