IBX.IBBlob.TIBBlobStream.Modified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Modified: Boolean read FModified;

C++

__property bool Modified = {read=FModified, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBBlob.pas
IBX.IBBlob.hpp
IBX.IBBlob TIBBlobStream

Description

Indicates whether the Blob field has been 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.