Vcl.OleCtnrs.TOleContainer.Modified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Modified: Boolean read FModified write FModified;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Indicates whether the OLE object has been 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.

See Also