Class TPerson

Description
Hierarchy
Properties

Unit

Declaration

type TPerson = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Properties

Public property Name : String read FName write FName;
Public property Age : Integer read FAge write FAge;

Description

Properties

Public property Name : String read FName write FName;

This item has no description.

Attributes
NonEmptyString('Must provide a Name')
Delphi attributes test from http://www.malcolmgroves.com/blog/?p=530 Attribute class, without Attribute suffix, PasDoc should link to it
Public property Age : Integer read FAge write FAge;

This item has no description.

Attributes
MinimumInteger(18, 'Must be at least 18 years old')
Attribute class, with Attribute suffix, PasDoc should link to it too
MaximumInteger(65, 'Must be no older than 65 years')
Attribute class, with Attribute suffix, PasDoc should link to it too