Class TMyClass
Unit
Declaration
type TMyClass = class(TObject)
Description
Hierarchy
- TObject
- TMyClass
Overview
Properties
![]() |
property Bar: Integer read FBar write SetBar; |
![]() |
property Items [constIndex:Integer]: string read GetItems write SetItems; |
Description
Properties
![]() |
property Bar: Integer read FBar write SetBar; |
Exceptions raised
|
![]() |
property Items [constIndex:Integer]: string read GetItems write SetItems; |
Parameters
|