RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDirectoryListBox.DisplayCase Method

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

Pascal
function DisplayCase(const S: String): String;
C++
__fastcall AnsiString DisplayCase(const AnsiString S);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!