Vcl.OleServer.TOleServer.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.OleServer.pas
Vcl.OleServer.hpp
Vcl.OleServer TOleServer

Description

Connects to the COM server when the Loaded object is first loaded into memory if AutoConnect is True true.

The VCL streaming system automatically calls Loaded after the Loaded component is loaded into memory.

Loaded checks the AutoConnect property, and if it is True true, calls the Connect method to establish a connection.

See Also