Back to Devexpress

TdxFlowChartCustomCustomizeForm Class

vcl-dxflchrt-02679fb8.md

latest3.0 KB
Original Source

TdxFlowChartCustomCustomizeForm Class

The base class for all classes that implement ExpressFlowChart Editor dialogs.

Declaration

delphi
TdxFlowChartCustomCustomizeForm = class(
    TdxForm,
    IdxFlowChartDesigner
)

Remarks

This class implements the core functionality required by the simple and advanced flow chart editor dialogs. The TdxFlowChartCustomCustomizeForm class provides the following members that allow you to:

  • Display the Chart Editor form for a specific flow chart control (Execute);

  • Obtain the master chart symbol that follows the specified one (FindAllUnions)

  • Acess the master chart symbol of the group to which a specific chart symbol is attached (FindUnions);

  • Obtain the ordinal number of the specified master chart symbol’s group (GetNumberByUnion)

  • Identify whether a chart symbol is grouped with a specific chart symbol (IsChildItemInUnion)

  • Check if the string entry is convertible to an integer (CanKeyEnter);

  • Convert a string to an integer (IntegerToStr).

You do not need to create instances of the TdxFlowChartCustomCustomizeForm class. Use its descendants instead.

Implements

IdxFlowChartDesigner

Inheritance

TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TdxFlowChartCustomCustomizeForm

See Also

TdxFlowChartCustomCustomizeForm Members

dxflchrt Unit