|
ShellBrowser Delphi Components Documentation
|
Returns True if the given control (ShellList or ShellTree) shows file extensions of known file types. False if they are hidden.
class function ControlShowsExtensions(const pControl: TWinControl): Boolean;
|
Parameters |
Description |
|
const pControl: TWinControl |
The control to check if file extensions are shown in. |
Boolean: True if file extensions are shown. False if they are not shown.