[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Creates the dialog for the control.
Source position: editbtn.pas line 379
protected function TFileNameEdit.CreateDialog( |
AKind: TDialogKind |
):TCommonDialog; virtual; |
AKind |
|
Identifies the dialog kind or type created in the method. |
Dialog class instance created in the method.
CreateDialog is a TCommonDialog function which creates and returns the dialog for the grouped edit control.
AKind contains the TDialogKind value that identifies the dialog type required for the control, and normally has the value from the DialogKind property. AKind determines the class type instantiated and used as the return value. For example:
Properties relevant to the dialog kind are copied into the dialog, and mat include:
CreateDialog is used in the implementation of the RunDialog method.
|
The base type from which other dialogs are derived. |
|
|
Opens a file in the current directory, selected by File Dialog. |
|
|
TSaveDialog - Dialog for saving the current buffer to a file. |