Performs actions needed when the control has finished loading using the LCL component streaming mechanism
Source position: filectrl.pp line 63
protected procedure TCustomFileListBox.Loaded; override; |
Loaded is an overridden method in TCustomFileListBox, and calls the inherited method on entry. Loaded calls the UpdateFileList method to load file and directory names into the Items property.
|
Loads the list of files and/or directories for the list box control. |
|
|
Performs actions when a component has been loaded during LCL streaming. |