System.RegularExpressionsCore.TPerlRegEx.OnReplace

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

Delphi

property OnReplace: TPerlRegExReplaceEvent read FOnReplace write FOnReplace;

C++

__property TPerlRegExReplaceEvent OnReplace = {read=FOnReplace, write=FOnReplace};

プロパティ

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

説明

イベント ハンドラを置き換えます。

新しい文字列を決定させ、置換が実行される直前に Replace および ReplaceAll が発生します。

関連項目


コード サンプル