![]() |
![]() ![]() ![]() |
dcFolderListView component.
|
procedure CreateShortcut;
|
The CreateShortcut method executes "Create Shortcut" dialog which lets user to create the shell link in current directory (specified in the Folder property).
|
procedure TForm1.PopupMenuShortcut1Click(Sender: TObject);
|
begin
|
dcFolderListView1.CreateShortcut;
|
end;
|
CreateShortcut method and Folder property.
|