System.RegularExpressionsCore.TPerlRegExList.UpdateRegEx

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateRegEx(const ARegEx: TPerlRegEx);

C++

void __fastcall UpdateRegEx(TPerlRegEx* const ARegEx);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegExList

Description

Updates the new member of this RegEx list.

Set the Start and the Subject of this new RegEx instance to the same as the other members of the list.

UpdateRegEx is a protected method. It is used internally after a new member has been added to the list. It should only be called in the implementation of an extension of TPerlRegExList.

See Also