Vcl.StdCtrls.TCustomCombo.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

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

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.

See Also