Vcl.OleCtnrs.TOleContainer.OldStreamFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OldStreamFormat: Boolean read FOldStreamFormat write FOldStreamFormat default False;

C++

__property bool OldStreamFormat = {read=FOldStreamFormat, write=FOldStreamFormat, default=0};

Properties

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

Description

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

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.

See Also