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