type TPerson = class(TObject)
This item has no description.
| Public | property Name : String read FName write FName; |
| Public | property Age : Integer read FAge write FAge; |
| Public | property Name : String read FName write FName; |
|
This item has no description. Attributes
| |
| Public | property Age : Integer read FAge write FAge; |
|
This item has no description. Attributes
| |