[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The modal result value returned when the button is clicked.
Source position: interfacebase.pp line 96
public property TDialogButton.ModalResult : LongInt |
ModalResult is a LongInt property which contains the modal result value returned when the button is clicked in the dialog.
ModalResult can contain a value defined the TModalResult range type found in the RTL system.uitypes.pp unit. Applications will normally want to use the descriptive modal result constants when reading or writing the value, like:
The default value for the property is set to 0 (mrNone) in the Create constructor.
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |