Class TMyClass

Unit

Declaration

type TMyClass = class(TObject)

Description

This item has no 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;

This item has no description.

Methods

Public procedure MyMethod;

This item has no description.

Properties

Public property MyProperty: Integer read MyField write MyField;

This item has no description.