RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideMemoField.Create Constructor

Creates an instance of TWideMemoField.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TWideMemoField(TComponent * AOwner);

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!