System.StrUtils.TCompareTextProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCompareTextProc = function(const AText, AOther: string): Boolean;

C++

typedef bool __fastcall (*TCompareTextProc)(const System::UnicodeString AText, const System::UnicodeString AOther);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

Beschreibung

TCompareTextProc ist ein Funktionszeiger, der eine Funktion zum Vergleichen zweier String-Werte, AText und AOther, angibt, und true zurückgibt, wenn die beiden Strings identisch sind.

Siehe auch