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