|
|
|
| dcShellProperties component.
|
| function ShowPropertiesByFile(FileName: String): Boolean;
|
| The ShowPropertiesByFile method shows the "Properties" dialog box for the shell object specified in the FileName parameter (value of the FileName property does not matter).
|
|
|
| ShowPropertiesByFile method returns True if succeeed, or False otherwise.
|
| dcShellProperties1.ShowPropertiesByFile('c:\autoexec.bat');
|
| ShowProperties method.
|