System.RegularExpressionsCore.TPerlRegEx.CleanUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CleanUp;

C++

void __fastcall CleanUp();

Properties

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

Description

Cleanup after previous matches.

Cleanup is a protected method and so can only be called in the implementation of an extension of the TPerlRegEx class. Cleanup disposes of whatever we have created, so that we can start over. Called automatically when needed, and so it is not made public.