Vcl.AxCtrls.TActiveXControl.Initialize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Initialize; override;

C++

virtual void __fastcall Initialize();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TActiveXControl

Description

Creates the class factory and connection object for the TActiveXControl.

The Initialize method creates the class factory object and creates and encapsulates the VCL control.

See Also