Data.DB.TMemoField.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: AnsiString read GetAsAnsiString write SetAsAnsiString;

C++

__property System::AnsiString Value = {read=GetAsAnsiString, write=SetAsAnsiString};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TMemoField

Description

Represents the value of the memo field as an ANSI string.

Use Value to read the memo field data as an ANSI string or to write the memo field data with an ANSI string.

See Also