RAD Studio VCL Reference
|
Initializes the combo box after its form is loaded into memory.
procedure Loaded; override;
virtual __fastcall Loaded();
Do not call the protected Loaded method. The component streaming system calls this method after it loads the combo box's form from a stream.
TCustomCombo overrides the inherited method to select the item specified by the ItemIndex property once the form is fully loaded.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|