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;

DB

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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!