JVCL Help:TJvCustomRichEdit.InsertLinkToFile

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

Search in JVCL Help

 
Search in all projects
 

Summary

Inserts a linked OLE object from a file.


Pascal

 procedureInsertLinkToFile(constFileName: string; Iconic: Boolean);


Parameters

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


Description

Call InsertLinkToFile to insert a linked 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