Vcl.Samples.DirOutln.TDirectoryOutline.ForceCase
Delphi
function ForceCase(const AString: string): string;
C++
System::UnicodeString __fastcall ForceCase(const System::UnicodeString AString);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.Samples.DirOutln.pas Vcl.Samples.DirOutln.hpp |
Vcl.Samples.DirOutln | TDirectoryOutline |
Description
Returns a string converted to uppercase or lowercase.
ForceCase returns a string converted with the function set in AssignCaseProc. If the conversion function has not been set, ForceCase returns the unchanged string.