System.RegularExpressionsCore.TRegExStudyOption
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.