System.Win.ComObj.TAutoObject.Initialize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Initialize; override;

C++

virtual void __fastcall Initialize(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TAutoObject

Description

Provides an interface to a method that initializes the Automation object.

Initialize currently does nothing. Descendant Automation objects can override Initialize to provide some post-creation initialization of the object.