Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Unit ok_multiple_vars
Uses Functions and Procedures Types Constants
Description
Overview
Classes, Interfaces, Objects and Records
Variables
A: Integer; |
B: Integer; |
C: function(A: Integer): boolean; |
D: function(A: Integer): boolean; |
Description
Variables
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
|
|