Performs actions needed when the control has loaded using the LCL streaming mechanism.
Source position: dbctrls.pp line 485
protected procedure TDBLookupListBox.Loaded; override; |
Loaded is an overridden procedure in TDBLookupListBox. It calls the inherited method, and calls the UpdateLookup method to initialize the internal TDBLookup instance used in the control.
TComponent |