RAD Studio VCL Reference
|
TWideMemoField represents a memo field in a dataset.
TWideMemoField = class(TBlobField);
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!
|