Datasnap.Xmlxform.TXMLTransformClient.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Datasnap.Xmlxform.pas
Datasnap.Xmlxform.hpp
Unit: Datasnap.Xmlxform
Parent: TXMLTransformClient

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

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