Vcl.OleCtnrs.TOleContainer.CreateObjectFromFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateObjectFromFile(const FileName: string; Iconic: Boolean);

C++

void __fastcall CreateObjectFromFile(const System::UnicodeString FileName, bool Iconic);

Properties

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

Description

Creates an embedded OLE object from the contents of a file.

Call CreateObjectFromFile to create an OLE object from the file specified by the FileName parameter. The Iconic parameter indicates whether the object is shown as an icon (true) or displayed as it would be in the server application (false). If there's already an OLE object in the container, it is destroyed and any changes the user made to it are discarded.

See Also


Code Examples