JVCL Help:TShellLinkInfo
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TShellLinkInfo type
[+] JvWinDialogs.pas Records
[+] TShellLinkInfo Fields
Search in JVCL Help
Search in all projectsSummary
Contains information about a Shell link object.
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. |
Description
The TShellLinkInfo record type contains information about a Shell link object.
See Also
GetShellLinkInfo, SetShellLinkInfo
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