Data.Win.ADODB.TADOConnection.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
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADOConnection

Description

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

Data.Win.ADODB.TADOConnection.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