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

Declaration
procedure ShowFolderProperties;  

Description
The ShowItemProperties method displays the "Properties" dialog for current folder that displayed in the list view (to specify or determinate current folder use Folder property). If list view currently displaying the root folder (like C:\ or D:\), the ShowFolderProperties method will show the "Properties" for disk.  

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

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