System.StrUtils.TCompareTextProc

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

説明

TCompareTextProc は、2 つの文字列 AText と AOther を比較する関数を指定するための関数ポインタです。この関数は、2 つの文字列が等しい場合に true を返します。

関連項目