Datasnap.Xmlxform.TXMLTransformClient.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
Datasnap.Xmlxform.pas
Datasnap.Xmlxform.hpp
Datasnap.Xmlxform TXMLTransformClient

Description

Creates and initializes a TXMLTransformClient object.

Call Create to instantiate an XML transform client at runtime. XML transform clients placed in forms or data modules at design time are created automatically.

The AOwner parameter specifies another component (typically a form or data module) that is responsible for freeing the TXMLTransformClient object.

See Also