[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Determines the dialog type executed when the Button in the control is clicked.
Source position: editbtn.pas line 404
published property TFileNameEdit.DialogKind : TDialogKind |
DialogKind is a TDialogKind property that indicates the type of dialog executed when the Button for the control is clicked. The default value for the property is dkOpen, as assigned in the constructor. Use one of the other TDialogKind enumeration values to perform its corresponding action.
|
Executes an Open or Save dialog for the DialogKind specified in the control. |
|
|
SaveDialogResult - stores the result of the dialog. |
|
|
TSpeedButton instance used on the edit control. |
|
|
Enumerated type representing dialog styles used in TFileNameEdit. |
Version 4.0 | Generated 2025-05-03 | Home |