Back to Devexpress

TdxMessageDialogForm.Buttons Property

vcl-dxmessagedialog-dot-tdxmessagedialogform-9c45f760.md

latest1.0 KB
Original Source

TdxMessageDialogForm.Buttons Property

Provides indexed access to all buttons on the message dialog box form.

Declaration

delphi
property Buttons[Index: Integer]: TcxButton read;

Property Value

TypeDescription
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

TdxMessageDialogForm.FindButton Function

TdxMessageDialogForm Class

TdxMessageDialogForm Members

dxMessageDialog Unit