Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列だけでなく、WideStrings にも MatchesMask (または同様の) 関数が必要です。TNT Unicode Controls にはそのような関数が見つかりません。おそらくいくつかのライブラリで、Delphi7のどこで見つけることができますか?
見つかった -
function PathMatchSpecW(const pszFileParam, pszSpec: PWideChar): Bool; stdcall; external 'shlwapi';
この Windows API 呼び出しは、MatchesMask よりもはるかに高速で、WideString を処理できます。