Class TClass1
Unit
Declaration
type TClass1 = class(TObject)
Description
Hierarchy
- TObject
- TClass1
Overview
Fields
![]() |
MyField: Integer; |
Methods
![]() |
procedure MyMethod; |
Properties
![]() |
property MyProperty read FMyProperty; |
Description
Fields
![]() |
MyField: Integer; |
Methods
![]() |
procedure MyMethod; |
Properties
![]() |
property MyProperty read FMyProperty; |