[Overview][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: filectrl.pp line 68
public constructor TCustomFileListBox.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner for the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create sets the default values for properties in the class instance, including:
Create calls the UpdateFileList method to load the file and directory names for the current Directory into the Items property.
|
Contains the mask for files selected for the control. |
|
|
The Drive on which the file is located (applies to Windows systems). |
|
|
The Directory or Folder in which the file is located. |
|
|
Indicates if values in Items are sort in ascending alphanumeric order. |
|
|
Loads the list of files and/or directories for the list box control. |
|
|
The list of all items defined in the control. |
|
|
Allows selection of more than one item from the list. |
|
Version 4.0 | Generated 2025-05-03 | Home |