Classe TRESTDWJSONBaseClass

Unit

Declaração

type TRESTDWJSONBaseClass = class(TObject)

Descrição

Hierarquia

Visão Geral

Métodos

Public Constructor Create(aElementType : TRESTDWJSONElementType);
Public Destructor Destroy; Override;
Public Procedure Clear;
Public Function ToJSON: String; Virtual;

Propriedades

Public property ElementType : TRESTDWJSONElementType Read VElementType Write VElementType;
Public property Value : Variant Read vValue Write SetValue;
Public property IsNull : Boolean Read vIsNull Write vIsNull;
Public property SpecialChars : Boolean Read vSpecialChars Write vSpecialChars;

Descrição

Métodos

Public Constructor Create(aElementType : TRESTDWJSONElementType);
 
Public Destructor Destroy; Override;
 
Public Procedure Clear;
 
Public Function ToJSON: String; Virtual;
 

Propriedades

Public property ElementType : TRESTDWJSONElementType Read VElementType Write VElementType;
 
Public property Value : Variant Read vValue Write SetValue;
 
Public property IsNull : Boolean Read vIsNull Write vIsNull;
 
Public property SpecialChars : Boolean Read vSpecialChars Write vSpecialChars;
 

Gerado por PasDoc 0.16.0.