TdxLayoutGroupButtons Class
The action button collection.
Declaration
TdxLayoutGroupButtons = class(
TdxCustomLayoutGroupButtons
)
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.
The layout group’s ButtonOptions.Buttons property references a TdxLayoutGroupButtons object.
Inheritance
TObject
TPersistent
TCollection
TdxCustomLayoutGroupButtons
TdxLayoutGroupButtons
See Also