FireDAC.Comp.DataSet.TFDXMLField.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDXMLField |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TFDXMLField(System::Classes::TComponent* AOwner);
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.