RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.CreateObjectFromFile Method

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

Pascal
procedure CreateObjectFromFile(const FileName: string; Iconic: Boolean);
C++
__fastcall CreateObjectFromFile(const AnsiString FileName, Boolean Iconic);

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. 

 

CreateLinkToFile 

CreateObject 

CreateObjectFromInfo 

Creating Clients for Servers That Do Not Have a Type Library

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