[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: editbtn.pas line 393
public constructor TFileNameEdit.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor. Create allocates resource needed for the DialogFiles property, and sets the default values for the DialogKind and DialogOptions properties.
|
DialogFiles is the list of files for the dialog. |
|
|
Determines the dialog type executed when the Button in the control is clicked. |
|
|
DialogOptions - set of options enabled for the file open dialog. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |