Vcl.Forms.TCustomDockForm.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.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomDockForm

Description

Specifies actions to perform when the dock form is loaded.

Loaded calls the inherited method. Then Loaded sets the dock form's active control, if possible.