Vcl.FileCtrl.TDirectoryListBox.PreserveCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PreserveCase: Boolean read FPreserveCase;

C++

__property bool PreserveCase = {read=FPreserveCase, nodefault};

Properties

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

Description

Indicates whether the file system preserves the case of file names when writing to disk.

Read PreserveCase to ascertain whether the current file system preserves the case of file names. PreserveCase returns true if it does and false if it does not.

See Also