System.RegularExpressionsCore.TPerlRegEx.OnMatch

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

Delphi

property OnMatch: TNotifyEvent read FOnMatch write FOnMatch;

C++

__property System::Classes::TNotifyEvent OnMatch = {read=FOnMatch, write=FOnMatch};

プロパティ

種類 可視性 ソース ユニット
event public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegEx

説明

一致が成功した後に、Match および MatchAgain が発生します。

関連項目