type TMyClass = class(TObject)
This item has no description.
| Public | A: Integer; |
| Public | B: Integer; |
| Public | C: function(A: Integer): boolean; |
| Public | D: function(A: Integer): boolean; |
| Public | A: Integer; |
|
Docs for A and B | |
| Public | B: Integer; |
|
Docs for A and B | |
| Public | C: function(A: Integer): boolean; |
|
Docs for C and D | |
| Public | D: function(A: Integer): boolean; |
|
Docs for C and D | |