Unit 'flcJSON' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TJSONString

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcJSON.pas line 179

type TJSONString = class(TJSONValue)

protected

  procedure BuildJSONString(); override;

  

  function GetValueType; override;

  

  function GetValueStr; override;

  

  function GetValueInt; override;

  

  function GetValueFloat; override;

  

  function GetValueBoolean; override;

  

  function GetValueVariant; override;

  

  function GetValueIsStr; override;

  

  procedure SetValueStr(); override;

  

  procedure SetValueInt(); override;

  

  procedure SetValueFloat(); override;

  

  procedure SetValueBoolean(); override;

  

public

  constructor Create();

  

  constructor CreateUTF8();

  

  function Clone; override;

  

  property Value: UnicodeString; [r]

  

  function Compare(); override;

  

  procedure Validate(); override;

  

end;

Inheritance

TJSONString

  

|

TJSONValue

  

|

TObject



CT Web help

CodeTyphon Studio