JCL Help:StrEndW

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns a pointer to the end of the string.


Pascal

 function StrEndW(const Str: PWideChar): PWideChar;


Parameters

Parameters Description
const Str: PWideChar Source string.


Return Value

Pointer to the end of the source string.


Description

StrEndW returns a pointer to the null terminating character at the end of the specified string.


About

Unit

JclWideStrings


Donator

Mike Lischke


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page