Classe TGNCarnetItem
Unit
GNCarnet
Declaração
type TGNCarnetItem = class(TObject)
Descrição
Hierarquia
Visão Geral
Métodos
Properties
 |
property amount: Extended read FAmount write FAmount; |
 |
property name: String read FName write FName; |
 |
property value: extended read FValue write FValue; |
Descrição
Métodos
 |
function ToJsonString: string; |
|
|
 |
class function FromJsonString(AJsonString: string): TGNCarnetItem; |
|
|
Properties
 |
property amount: Extended read FAmount write FAmount; |
|
|
 |
property name: String read FName write FName; |
|
|
 |
property value: extended read FValue write FValue; |
|
|
JBS Soluções 2015 |