Class TMyClass

Unit

Declaration

type TMyClass = class(TObject)

Description

Hierarchy

Overview

Fields

Public MyField: Integer;

Methods

Public function MyMethod(A: Integer): boolean;

Properties

Public property MyProperty: Integer read MyField write MyField;

Description

Fields

Public MyField: Integer;

Description of MyField here.

Methods

Public function MyMethod(A: Integer): boolean;

Description of MyMethod here, using parenthesis.

Parameters
A
Description of param A.
Returns

Some boolean value.

Properties

Public property MyProperty: Integer read MyField write MyField;

Description of MyProperty here, with some recursive tags inside: Some code with a link to TMyRecord.