JVCL Help:TJvCustomRichEdit.InsertObjectFromFile

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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


Pascal

 procedureInsertObjectFromFile(constFileName: string; Iconic: Boolean);


Parameters

Parameters Description
const FileName: string Specifies the file.
Iconic: Boolean Indicates whether the object is shown as an icon (true) or displayed as it would be in the server application (false)


Description

Call InsertObjectFromFile to insert an OLE object from the file specified by the FileName parameter.


See Also

TJvCustomRichEdit.InsertLinkToFile, TJvCustomRichEdit.InsertObject, TJvCustomRichEdit.InsertObjectDialog, TJvCustomRichEdit.InsertObjectFromFile, TJvCustomRichEdit.InsertObjectFromInfo


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page