Class TMyClass

Unit

Declaration

type TMyClass = class(TObject)

Description

Hierarchy

Overview

Properties

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

Description

Properties

Public property Bar: Integer read FBar write SetBar;
 
Exceptions raised
TMyException
When setting to an invalid value.
Public property Items [constIndex:Integer]: string read GetItems write SetItems;
 
Parameters
A
This is some parameter.