Class TMyClass

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TMyClass = class(TObject)

Description

Description of TMyClass

Hierarchy

Overview

Fields

Public MyField: Integer;

Methods

Public procedure MyProc;

Properties

Public property MyProp: Integer read MyField write MyField;

Description

Fields

Public MyField: Integer;

Description of MyField

Methods

Public procedure MyProc;

Description of MyProc

Properties

Public property MyProp: Integer read MyField write MyField;

Description of MyProp