folderlistview CreateShortcut method
Return to Introduction  Previous page  Next page
Applies to
dcFolderListView component.  

Declaration
procedure CreateShortcut;  

Description
The CreateShortcut method executes "Create Shortcut" dialog which lets user to create the shell link in current directory (specified in the Folder property).  

Example
procedure TForm1.PopupMenuShortcut1Click(Sender: TObject);  
begin  
  dcFolderListView1.CreateShortcut;  
end;  

See aslo
CreateShortcut method and Folder property.  
File not found.