RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideMemoField Class

TWideMemoField represents a memo field in a dataset.

Pascal
TWideMemoField = class(TBlobField);
C++
class TWideMemoField : public TBlobField;

TWideMemoField encapsulates the fundamental behavior common to fields that contain wide text data of arbitrary length. Memo fields are a form of binary large object (BLOB) field where the data consists of simple text. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!