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