JVCL Help:CreateShellLink
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: CreateShellLink function
[+] JvWinDialogs.pas Functions
Search in JVCL Help
Search in all projectsSummary
Creates a Shell link.
Pascal
run\JvWinDialogs.pas
functionCreateShellLink(constAppName: string; constDesc: string; Dest: string): string;
Parameters
Parameters | Description |
const AppName: string | The path and file name of the Shell link object. |
const Desc: string | The description for the Shell link object. The description can be any application-defined string. |
Dest: string | The folder where the link will be located in. |
Return Value
Returns the full path name of the link file.
Description
Call CreateShellLink to create a shell link for an application or document as specified in AppName with description Desc.
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