Datasnap.DBClient.TConnectionBroker.Loaded

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Unit: Datasnap.DBClient
Parent: TConnectionBroker

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.

Datasnap.DBClient.TConnectionBroker.Loaded inherits from Data.DB.TCustomConnection.Loaded. All content below this line refers to Data.DB.TCustomConnection.Loaded.

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. TCustomConnection overrides the inherited method to establish a connection if the Connected property is true.

See Also