Class TMyClass

Unit

Declaration

type TMyClass = class(TObject)

Description

Hierarchy

Overview

Fields

Public MyField: Integer;

Methods

Public procedure MyMethod;

Properties

Public property MyProperty: Integer read MyField write MyField;

Description

Fields

Public MyField: Integer;
 

Methods

Public procedure MyMethod;
 

Properties

Public property MyProperty: Integer read MyField write MyField;