Vcl.FileCtrl.TDirectoryListBox.DisplayCase

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  DisplayCase(const S: String): String;

C++

System::UnicodeString __fastcall DisplayCase(const System::UnicodeString S);

Properties

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

Description

Preserves or converts the case of the string passed to it.

DisplayCase converts S to all-lower-case (using the currently installed language driver) if neither PreserveCase nor CaseSensitive is true. Otherwise, it returns S unmodified.

See Also