RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBComboBox.Loaded Method

Initializes the combo box after its form is loaded into memory.

Pascal
procedure Loaded; override;
C++
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. 

 

Loaded 

ItemIndex

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!