Data.DB.TMemoField.Value
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TMemoField |
Delphi
property Value: AnsiString read GetAsAnsiString write SetAsAnsiString;
C++
__property System::AnsiString Value = {read=GetAsAnsiString, write=SetAsAnsiString};
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.