RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.Modified Property

Indicates whether the OLE object has been modified.

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

Use Modified to determine when the OLE object has been modified (including being deleted or replaced by another OLE object). To keep track of incremental changes, set Modified to false and later check it to see if the OLE object has been modified after since Modified was set to false. If there is no OLE object loaded into the container, Modified returns false. 

 

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