TdxMessageDialogForm.Buttons Property
Provides indexed access to all buttons on the message dialog box form.
Declaration
property Buttons[Index: Integer]: TcxButton read;
Property Value
| Type | Description |
|---|---|
| TcxButton | A DevExpress counterpart of the standard TButton component. |
Remarks
You can use the Buttons property to iterate through all buttons on the message dialog box form. To identify the number of buttons accessible through the Buttons property, use the ButtonCount property.
See Also