System.RegularExpressionsCore.TPerlRegEx.Compiled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Compiled: Boolean read FCompiled;

C++

__property bool Compiled = {read=FCompiled, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore TPerlRegEx

Description

Indicates that RegEx has been compiled.

Compiled is True if the regular expression held in the RegEx property has already been compiled by calling Compile.

Run-time and read-only.

See Also