[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ShellCtrls' (#lcl)

TCustomShellListView.MaskCaseSensitivity

Case Sensitivity option enabled for file masks in the shell control.

Declaration

Source position: shellctrls.pas line 298

public property TCustomShellListView.MaskCaseSensitivity : TMaskCaseSensitivity
  read FMaskCaseSensitivity
  write SetMaskCaseSensitivity
  default mcsPlatformDefault;

Description

MaskCaseSensitivity is a TMaskCaseSensitivity property which represents the case sensitivity option used for file masks in the shell control. The default value for the property is mcsPlatformDefault. See TMaskCaseSensitivity for a description of the enumeration values and their meanings.

Changing the value in MaskCaseSensitivity causes the shell control to re-populate its file Items using the Mask for the control.

See also

TMaskCaseSensitivity

  

Represents case sensitivity options for file masks.

TCustomShellListView.Mask

  

File mask used to select items displayed in the shell control.


Version 4.0 Generated 2025-05-03 Home