FireDAC.Comp.Script.FDKeywordMatch

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

Delphi

function FDKeywordMatch(const AStr, AMatch: String; AOptLength: Integer): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall FDKeywordMatch(const System::UnicodeString AStr, const System::UnicodeString AMatch, int AOptLength);

プロパティ

種類 可視性 ソース ユニット
function public
FireDAC.Comp.Script.pas
FireDAC.Comp.Script.hpp
FireDAC.Comp.Script FireDAC.Comp.Script

説明

2 つの文字列中の、指定された最大文字数までを比較します。


FDKeywordMatch は、最大 AOptLength 文字の長さまで、AStrAMatch と比較します。

FDKeywordMatch は、2 つの文字列が一致すれば True を、一致しなければ False を返します。

関連項目