ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
ShellBrowser.TShellControlHelper.ControlShowsExtensions

Returns True if the given control (ShellList or ShellTree) shows file extensions of known file types. False if they are hidden.

Syntax
Pascal
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.