shellproperties FileName property
Return to Introduction  Previous page  Next page
Applies to
dcFileInfo, dcFileCRC, dcFileTail, dcShellIcon, dcShellLink, dcShellProperties, dcOpenDialog, dcSaveDialog components.  

Declaration
property FileName: String;  

Description
The FileName property specifies the path to the shell object, to show the ContextMenu or the Properties dialog for this shell object. The FileName can point either to files or folders.  
 
To show the context menu for this file - use ShowContextMenu method. To show the "Properties" dialog - use ShowProperties method.  

See also
ShowContextMenu and ShowProperties methods.  
File not found.