RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.OldStreamFormat Property

Indicates whether the OLE object is loaded and saved using the VCL format.

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

Set OldStreamFormat to true to read OLE objects that were saved to file using VCL or to save OLE objects that will be used by VCL. If OldStreamFormat is false (the default), the LoadFromFile, LoadFromStream, SaveToFile, and SaveToStream methods use the newer format that contains extra header information. The extra header information is used to validate a file or stream. This property is provided for backward compatibility only. 

 

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