System.JSON.TJSONAncestor.TJSONOutputOption
Delphi
TJSONOutputOption = (EncodeBelow32, EncodeAbove127);
C++
enum class DECLSPEC_DENUM TJSONOutputOption : unsigned char { EncodeBelow32, EncodeAbove127 };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONAncestor |
Description
Embarcadero Technologies does not currently have any additional information.