Class TMyClass
Unit
Declaration
type TMyClass = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- TMyClass
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
| |
| Public | property Items [const Index: Integer]: string read GetItems write SetItems; |
|
This item has no description. Parameters
| |