JCL Help:WideSameText

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The summary for this help topic does not exist, edit this page

Pascal

 function WideSameText(const Str1: WideString; const Str2: WideString): Boolean;


Parameters

Parameters Description
const Str1: WideString The first string.
const Str2: WideString The second string.


Return Value

If both strings are equal (case insensitive) the function returns True, otherwise False is returned.


Description

WideSameText compares the two strings case insensitively and returns True if the strings are equal.


About

Unit

JclUnicode


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