Class TMyClass
Unit
Declaration
type TMyClass = class(TObject)
Description
Hierarchy
- TObject
- TMyClass
Overview
Fields
![]() |
MyField: Integer; |
Methods
![]() |
function MyMethod(A: Integer): boolean; |
Properties
![]() |
property MyProperty: Integer read MyField write MyField; |
Description
Fields
![]() |
MyField: Integer; |
Description of MyField here. |
Methods
![]() |
function MyMethod(A: Integer): boolean; |
Description of MyMethod here, using parenthesis. Parameters
ReturnsSome boolean value. |
Properties
![]() |
property MyProperty: Integer read MyField write MyField; |
Description of MyProperty here, with some recursive tags inside: |