Data.SqlExpr.TSQLConnection.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLConnection

Delphi

procedure Loaded; override;

C++

virtual void __fastcall Loaded();

Description

Initializes the connection component after all objects in the form or data module have been loaded.

Do not call the protected Loaded method. It is called automatically after the form or data module that contains the connection component has loaded all its owned objects.

See Also