API:System.SysUtils.TStringHelper.CompareOrdinal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CompareOrdinal(const StrA: string; const StrB: string): Integer; overload; static;
class function CompareOrdinal(const StrA: string; IndexA: Integer; const StrB: string; IndexB: Integer; Length: Integer): Integer; overload; static;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TStringHelper

Description

Embarcadero Technologies does not currently have any additional information.