Datasnap.Xmlxform.TXMLTransformProvider.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: TXMLTransformProvider

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Description

Creates and initializes a TXMLTransformProvider object.

Call Create to instantiate an XML transform provider at runtime. Providers 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 provider.

See Also