Vcl.FileCtrl.TDirectoryListBox.CaseSensitive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaseSensitive: Boolean read FCaseSensitive;

C++

__property bool CaseSensitive = {read=FCaseSensitive, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDirectoryListBox

Description

Indicates whether the system supports case-sensitive directory information.

Read CaseSensitive to ascertain whether the current file system supports case-sensitive file names. CaseSensitive returns true if it does and false if it does not.

See Also