Language:
Русский
English
StrEnd (function) (Strings unit)
Returns a pointer to the end of a string.
Declaration
function StrEnd(Str: PChar): Pchar;
Target
Windows
Remarks
StrEnd returns a pointer to the null character that terminates Str.
StrEnd (function) (Strings unit) |
Language: StrEnd (function) (Strings unit) Returns a pointer to the end of a string. Declarationfunction StrEnd(Str: PChar): Pchar; TargetWindows RemarksStrEnd returns a pointer to the null character that terminates Str. See AlsoSample Code |
|
|