Class TMyClass
Unit
ok_multiple_vars
Declaration
type TMyClass = class(TObject)
Description
Hierarchy
Overview
Fields
 |
A: Integer; |
 |
B: Integer; |
 |
C: function(A: Integer): boolean; |
 |
D: function(A: Integer): boolean; |
Description
Fields
 |
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
|
|