[Overview][Constants][Types][Classes][Procedures and functions][Index] |
SaveDialogResult - stores the result of the dialog.
Source position: editbtn.pas line 388
protected procedure TFileNameEdit.SaveDialogResult( |
AKind: TDialogKind; |
); virtual; |
AKind |
|
Dialog type in the D argument. |
D |
|
Dialog examined in the method. |
SaveDialogResult is a procedure used to capture the results from the dialog when it has finished execution. The values are stored in the corresponding properties in the class instance, and depending on the DialogKind, may include:
SaveDialogResult is used in the implementation of the RunDialog method.
Version 4.0 | Generated 2025-05-03 | Home |