TJSONFloat Class
Represents type TJSONFloat.
type TJSONFloat = class(TJSONValue) end;
The TJSONFloat type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Value | Represents property |
![]() | ValueArray | Represents property |
![]() | ValueBoolean | Represents property |
![]() | ValueFloat | Represents property |
![]() | ValueInt | Represents property |
![]() | ValueIsArray | Represents property |
![]() | ValueIsBoolean | Represents property |
![]() | ValueIsFloat | Represents property |
![]() | ValueIsInt | Represents property |
![]() | ValueIsNull | Represents property |
![]() | ValueIsObject | Represents property |
![]() | ValueIsStr | Represents property |
![]() | ValueObject | Represents property |
![]() | ValueStr | Represents property |
![]() | ValueStrUTF8 | Represents property |
![]() | ValueType | Represents property |
![]() | ValueVariant | Represents property |
| Name | Description | |
|---|---|---|
![]() | BuildJSONString(TUnicodeStringBuilder,TJSONStringOptions,Integer) | Represents method |
![]() | Clone | Represents method |
![]() | Compare(TJSONValue) | Represents method |
![]() | GetJSONString(TJSONStringOptions) | Represents method |
![]() | GetJSONStringUTF8(TJSONStringOptions) | Represents method |
![]() | GetValueFloat | Represents method |
![]() | GetValueIsFloat | Represents method |
![]() | GetValueStr | Represents method |
![]() | GetValueType | Represents method |
![]() | GetValueVariant | Represents method |
![]() | SetValueFloat(JSONFloat) | Represents method |
![]() | SetValueInt(Int64) | Represents method |
![]() | SetValueStr(UnicodeString) | Represents method |
![]() | Validate(TJSONObject) | Represents method |



