System.StrUtils.TCompareTextProc
C++
typedef bool __fastcall (*TCompareTextProc)(const System::UnicodeString AText, const System::UnicodeString AOther);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| typedef | public | System.StrUtils.hpp | System.StrUtils | System.StrUtils |
説明
TCompareTextProc は、2 つの文字列 AText と AOther を比較する関数を指定するための関数ポインタです。この関数は、2 つの文字列が等しい場合に true を返します。