Skip to main content

TdxCustomLayoutGroupButtons Class

The base class for the action button collection.

Declaration

TdxCustomLayoutGroupButtons = class(
    TCollection
)

Remarks

Action buttons serve as links to a custom functionality of a layout group.

You can create buttons at:

  • Design Time. Click the ellipsis button of a layout group’s ButtonOptions.Buttons property and click the “Add New” button or press the Insert key in the opened dialog.

  • Runtime. Call the collection’s Add function.

Do not use this class directly, use its descendant instead.

Inheritance

TObject
TPersistent
TCollection
TdxCustomLayoutGroupButtons
See Also