Class TMyClass

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TMyClass = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Properties

Public property Bar: Integer read FBar write SetBar;
Public property Items [const Index: Integer]: string read GetItems write SetItems;

Description

Properties

Public property Bar: Integer read FBar write SetBar;

This item has no description.

Exceptions raised
TMyException
When setting to an invalid value.
Public property Items [const Index: Integer]: string read GetItems write SetItems;

This item has no description.

Parameters
A
This is some parameter.