System.RegularExpressionsCore.TPerlRegEx.State

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property State: TPerlRegExState read FState write FState;

C++

__property TPerlRegExState State = {read=FState, write=FState, nodefault};

Properties

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

Description

State of the Subject string.

The State is of type TPerlRegExState.

See Also

TPerlRegExState.

Code Examples