[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 391
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.
|
RunDialog executes the dialog for the control. |
|
|
SaveDialogResult - stores the result of the dialog. |
|
|
Button is the TSpeedButton that is attached to the grouped edit control. |
|
|
Enumerated type representing dialog styles used in TFileNameEdit. |
lazarus-ccr.sourceforge.net |