type TMyClass = class(TObject)
Description of TMyClass
![]() |
MyField: Integer; |
![]() |
procedure MyProc; |
![]() |
property MyProp: Integer read MyField write MyField; |
![]() |
MyField: Integer; |
Description of MyField |
![]() |
procedure MyProc; |
Description of MyProc |
![]() |
property MyProp: Integer read MyField write MyField; |
Description of MyProp |