JVCL Help:TShellLinkInfo

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

Search in JVCL Help

 
Search in all projects
 

Summary

Contains information about a Shell link object.

run\JvWinDialogs.pas


Pascal

 run\JvWinDialogs.pas
 TShellLinkInfo = record
PathName: string;
Arguments: string;
Description: string;
WorkingDirectory: string;
IconLocation: string;
IconIndex: Integer;
ShowCmd: Integer;
HotKey: Word;
end;


Members

Members Description
PathName: string; The path and file name of the Shell link object.
Arguments: string; The command-line arguments associated with the Shell link object.
Description: string; The description string for the Shell link object.
WorkingDirectory: string; Name of the working directory for the Shell link object.
IconLocation: string; The path of the icon for the Shell link object.
IconIndex: Integer; The index of the icon for the Shell link object.
ShowCmd: Integer; The show command for the Shell link object.
HotKey: Word; The hot key for the Shell link object.

run\JvWinDialogs.pas


Description

The TShellLinkInfo record type contains information about a Shell link object.

run\JvWinDialogs.pas


See Also

GetShellLinkInfo, SetShellLinkInfo

run\JvWinDialogs.pas


About

Navigation

run\JvWinDialogs.pas



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