Unit ok_multiple_vars
Uses
Functions and Procedures
Types
Constants
Description
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Class TMyClass |
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 |