RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBlobStream.Modified Property

Indicates whether the Blob field has been modified.

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

Modified is true when the value to a Blob field has changed. If the value of the Blob field is set using the properties of TBlobField, or using a TIBBlobStream object, Modified is automatically set to true. 

 

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