Data.DB.TWideMemoField

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.TBlobFieldData.DB.TFieldSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTWideMemoField

Delphi

TWideMemoField = class(TBlobField)

C++

class PASCALIMPLEMENTATION TWideMemoField : public TBlobField

Properties

Type Visibility Source Unit Parent
class public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

TWideMemoField represents a memo field in a dataset.

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.

See Also