Soap.Rio.TRIO.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TRIO(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Soap.Rio.pas
Soap.Rio.hpp
Soap.Rio TRIO

Description

Creates an instance of TRIO.

Call Create to instantiate a TRIO descendant at runtime. TRIO descendants added to forms or data modules at design time are created automatically.

The AOwner parameter specifies another component (usually a form or data module) that is responsible for freeing the TRIO instance. It becomes the value of the Owner property. If the TRIO instance is created with AOwner set to nil (Delphi) or NULL (C++), then it is automatically freed when its reference count drops to zero.

See Also