RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::> Operator (BSTR)

Compares two strings.

Pascal
operator >(const rhs: WideString&);
operator >(const w: WideString);
operator >(const s: char*);
C++
__fastcall bool operator >(const WideString& rhs) const;
__fastcall bool operator >(const BSTR w) const;
__fastcall bool operator >(const char* s) const;

The System::WideString::> returns true if thisSystem::WideString::WideString is greater than rhs, false otherwise. The strings are compared using the numerical value of each character, with case sensitivity. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!