type TMyClass = class(TObject)
![]() |
A: Integer; |
![]() |
B: Integer; |
![]() |
C: function(A: Integer): boolean; |
![]() |
D: function(A: Integer): boolean; |
![]() |
A: Integer; |
Docs for A and B |
![]() |
B: Integer; |
Docs for A and B |
![]() |
C: function(A: Integer): boolean; |
Docs for C and D |
![]() |
D: function(A: Integer): boolean; |
Docs for C and D |