System.JSON.Types.TJsonRegEx.AsString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsString: String read GetAsString write SetAsString;

C++

__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};

Properties

Type Visibility Source Unit Parent
property public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonRegEx

Description

Provides access to the regular expression value.

The AsString property provides access to the regular expression value with '/RegEx/Options' format.


For further details, see extended JSON regular expression.

See Also