RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBlobField.Value Property

Represents the data in the BLOB field.

Pascal
property Value: TBytes;
C++
__property TBytes Value;

Use Value to read data directly from and write data directly to a BLOB field component at runtime. For BLOB fields, the Value property is equivalent to the AsString property.

Note: The string data (Delphi) or AnsiString (C++) type can store binary data as well as text. Thus, even BLOB fields for nontextual BLOB types such as ftGraphic or ftTypedBinary can get or set their data using a string (Delphi) or an AnsiString (C++).
 

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