[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A public method causing the dialog box to appear, offer the relevant choices to the user and act upon the choice
Source position: dialogs.pp line 85
public function TCommonDialog.Execute: Boolean; virtual; |
Returns True if the user pressed the OK button
Use the execute method of a dialog to show it
and then check the result to see if the user made a valid choice and pressed the OK button.
lazarus-ccr.sourceforge.net |