[Overview][Types][Classes][Procedures and functions][Index] |
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. |
|
|
Called when the control has been loaded from a resource, transfers the loaded property values to the widget. |
lazarus-ccr.sourceforge.net |