System.RegularExpressionsCore.TPerlRegEx.OnMatch

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnMatch: TNotifyEvent read FOnMatch write FOnMatch;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
event public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegEx

Description

Déclenchée par Match et MatchAgain après une correspondance réussie.

Voir aussi