System.RegularExpressionsCore.TPerlRegEx.Studied

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Studied: Boolean read FStudied;

C++

__property bool Studied = {read=FStudied, nodefault};

Properties

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

Description

Indicates that RegEx has already been studied by the Study method.

True if the RegEx has already been studied by the Study method.

Calling Study when Studied is already True, has no effect.

Run-time and read-only.

See Also