Skip to main content

TdxFlowChartEditorOptions.CreateLegacyOptions Method

Enables you to use legacy shapes together with the XML-based shapes.

Declaration

class function CreateLegacyOptions: TdxFlowChartEditorOptions; static;

Returns

Type
TdxFlowChartEditorOptions

Remarks

Pass this class function as the AOptions parameter during the ShowFlowChartEditor function call to replace the rectangle, ellipsis, triangle and hexagon XML-based shapes with the similarly named shapes from the TdxFcShapeType type. The editor includes these shapes to the “Basic Shapes” category in the Shapes pane.

The CreateLegacyOptions class function exists only to ensure backward compatibility with previously created charts within the flow chart editor.

See Also