Classe TCustomerClass
Unit
GNCarnet
Declaração
type TCustomerClass = class(TObject)
Descrição
Hierarquia
Visão Geral
Métodos
Properties
Descrição
Métodos
 |
constructor Create; |
|
 |
destructor Destroy; override; |
|
 |
function ToJsonString: string; |
|
Properties
 |
property name: String read FName write FName; |
|
 |
property cpf: String read FCpf write FCpf; |
|
 |
property phone_number: String read FPhone_number write FPhone_number; |
|
JBS Soluções 2015 |