JVCL Help:TJvSpeedButton.ModalResult
JVCL Help: TJvSpeedButton.ModalResult Property
Search in JVCL Help
Search in all projectsSummary
Determines whether and how the button closes its (modal) parent form.
Pascal
propertyModalResult: TModalResult;
Description
Setting the button’s ModalResult property is an easy way to make clicking the button close a modal form. When a button is clicked, the ModalResult property of its parent form is set to the same value as the button’s ModalResult property. For example, if a dialog box has OK and Cancel buttons, their ModalResult properties could be set at design time to mrOk and mrCancel, respectively. At runtime, clicking the OK button then changes the dialog’s ModalResult property to mrOk, and clicking the Cancel button changes the dialog’s ModalResult property to mrCancel. Unless further processing is required, no OnClick event handlers are required for the buttons.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page