[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the modal result value selected by the user.
Source position: dialogs.pp line 122
public property TCommonDialog.UserChoice : Integer |
UserChoice is an Integer property which contains the modal result value returned for the dialog. It uses values from the modal result constants like mrOk, mrCancel, et. al. as defined in this unit and in the system.uitypes.pp unit. Its value is updated by methods in the widgetset class when they display and process the dialog for the platform.
|
Displays the dialog and captures the result. |
|
|
The function that actually takes care of executing the dialog. |
|
Version 4.0 | Generated 2025-05-03 | Home |