Language:
Русский
English
StrLower (function) (Strings unit)
Converts a string to lower case.
Declaration
function StrLower(Str: PChar): PChar;
Target
Windows
Remarks
StrLower converts Str to lowercase and returns Str.
StrLower (function) (Strings unit) |
Language: StrLower (function) (Strings unit) Converts a string to lower case. Declarationfunction StrLower(Str: PChar): PChar; TargetWindows RemarksStrLower converts Str to lowercase and returns Str. See AlsoSample Code |
|
|