Show: Delphi
C++
Display Preferences
System.WideString.operator >
From XE2 API Documentation
C++
bool __fastcall operator > (const WideString& rhs) const; bool __fastcall operator > (const BSTR w) const; bool __fastcall operator > (const char* s) const
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | wstring.h | System | WideString |
Description
Compares two strings.
The operator > returns True if this WideString is greater than rhs, False otherwise. The strings are compared using the numerical value of each character, with case sensitivity.