Show: Delphi C++
Display Preferences

System.WideStrUtils.WStrEnd

From XE2 API Documentation
Jump to: navigation, search

Delphi

function WStrEnd(const Str: PWideChar): PWideChar;

C++

extern PACKAGE System::WideChar * __fastcall WStrEnd(const System::WideChar * Str);

Properties

Type Visibility Source Unit Parent
function public
System.WideStrUtils.pas
System.WideStrUtils.hpp
System.WideStrUtils System.WideStrUtils

Description

Returns a pointer to the end of a PWideChar.

WStrEnd returns a pointer to the null character at the end of Str.

See Also

Personal tools
Previous Versions
Translations