Class TMyClass

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TMyClass = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Fields

Published MyField: Integer;

Methods

Published procedure MyMethod;

Properties

Published property MyProperty: Integer read MyField write MyField;

Description

Fields

Published MyField: Integer;

This item has no description.

Methods

Published procedure MyMethod;

This item has no description.

Properties

Published property MyProperty: Integer read MyField write MyField;

This item has no description.