JVCL Help:CreateShellLink

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

Search in JVCL Help

 
Search in all projects
 

Summary

Creates a Shell link.

run\JvWinDialogs.pas


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.

run\JvWinDialogs.pas


Return Value

Returns the full path name of the link file.

run\JvWinDialogs.pas


Description

Call CreateShellLink to create a shell link for an application or document as specified in AppName with description Desc.

run\JvWinDialogs.pas


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