FireDAC.Comp.DataSet.TFDXMLField.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

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

Properties

Type Visibility Source Unit Parent
constructor public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDXMLField

Description

Creates an instance of TWideMemoField.

FireDAC.Comp.DataSet.TFDXMLField.Create inherits from Data.DB.TWideMemoField.Create. All content below this line refers to Data.DB.TWideMemoField.Create.

Creates an instance of TWideMemoField.

Most applications do not explicitly create instances of TWideMemoField.

Create sets the DataType property to ftWideMemo. The AOwner parameter specifies the component, typically a dataset, that becomes the new field's Owner. The Owner is responsible for freeing the component.

See Also