RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBlobField.Modified Property

Indicates whether a the value for the BLOB field was changed since it was last read from the underlying database.

Pascal
property Modified: Boolean;
C++
__property Boolean Modified;

If the value of the BLOB field is set by using the properties or methods of TBlobField, the BLOB stream returned by a dataset's CreateBlobStream method, or a data-aware control, Modified is automatically set to true. Set Modified to true when changing the value of a BLOB field using direct Borland Database Engine (BDE) API calls.  

BLOB fields use the Modified property to trigger data events and to indicate when the dataset may need BDE needs to clean up any buffers used to store BLOB data. 

 

AsString 

AsVariant 

CreateBlobStream 

Value

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!