Vcl.ComCtrls.TCustomTreeView.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

Initializes the tree view after it is loaded from a stream.

Do not call Loaded. The VCL streaming system calls Loaded automatically after the tree view's form is loaded into memory so that the tree view can complete any initializations that depend on other objects in the form.

Loaded ensures that the tree view appears fully expanded when it is first loaded into the designer.

See Also