System.RegularExpressionsCore.TRegExStudyOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRegExStudyOption = (
preJIT,
preJITPartialHard,
preJITPartialSoft
);

C++

enum DECLSPEC_DENUM TRegExStudyOption : unsigned char { preJIT, preJITPartialHard, preJITPartialSoft };

Properties

Type Visibility Source Unit Parent
enum public
System.RegularExpressionsCore.pas
System.RegularExpressionsCore.hpp
System.RegularExpressionsCore System.RegularExpressionsCore

Description

Embarcadero Technologies does not currently have any additional information.