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

Declaration
procedure ShowItemProperties;  

Description
The ShowItemProperties method executes the "Properties" dialog for selected list item (file or folder).  

Example
procedure TForm1.PopupMenuProperties1Click(Sender: TObject);  
begin  
  dcFolderListView1.ShowItemProperties;  
end;  

See aslo
ShowFolderProperties method.  
File not found.