Vcl.Samples.DirOutln.TCaseFunction
C++
typedef System::UnicodeString __fastcall (*TCaseFunction)(const System::UnicodeString AString);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| typedef | public | Vcl.Samples.DirOutln.hpp | Vcl.Samples.DirOutln | Vcl.Samples.DirOutln |
Description
Represents a case conversion function.
TCaseFunction defines a function that receives a string parameter and returns the same string converted to uppercase or lowercase.