Language:
Русский
English
StrPas (function) (Strings unit)
Converts a null-terminated string to a Pascal-style string.
Declaration
function StrPas(Str: PChar): String;
Target
Windows
Remarks
StrPas converts Str to a Pascal-style string.
StrPas (function) (Strings unit) |
Language: StrPas (function) (Strings unit) Converts a null-terminated string to a Pascal-style string. Declarationfunction StrPas(Str: PChar): String; TargetWindows RemarksStrPas converts Str to a Pascal-style string. See AlsoSample Code |
|
|