RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMemoField Class

TMemoField represents a memo field in a dataset.

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

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

If you use the Fields editor at design time to create a persistent field component for the memo field, you can access it by name at runtime. When using dynamic field components, you can access the TMemoField instance using the dataset's Fields property or FieldByName method. 

 

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