RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection.Loaded Method

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

Pascal
procedure Loaded; override;
C++
virtual __fastcall 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!