shortcut SaveToFile method
Example
Return to Introduction  Previous page  Next page
Applies to
acShortcut component.  

Declaration
function SaveToFile(const FileName: String): Boolean;  

Description
The SaveToFile method creates the shell link (shortcut file), in location specified by FileName parameter, and writes the shortcut information specified in various properties of acShortcut component.  

See also
LoadFromFile method and example.