Class TMyClass
Unit
Declaration
type TMyClass = class(TObject)
Description
Description of TMyClass
Hierarchy
- TObject
- TMyClass
Overview
Fields
![]() |
MyField: Integer; |
Methods
![]() |
procedure MyProc; |
Properties
![]() |
property MyProp: Integer read MyField write MyField; |
Description
Fields
![]() |
MyField: Integer; |
Description of MyField |
Methods
![]() |
procedure MyProc; |
Description of MyProc |
Properties
![]() |
property MyProp: Integer read MyField write MyField; |
Description of MyProp |