Vcl.Samples.DirOutln.TCaseFunction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCaseFunction = function(const AString: string): string;

C++

typedef System::UnicodeString __fastcall (*TCaseFunction)(const System::UnicodeString AString);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Samples.DirOutln.pas
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.

See Also