Unit ok_array_parameters

Uses
Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

This item has no description.

Overview

Functions and Procedures

procedure Foo(A: array of string; const B: array of Integer = 3; C: file of TObject = 5);
procedure Bar;

Description

Functions and Procedures

procedure Foo(A: array of string; const B: array of Integer = 3; C: file of TObject = 5);

This item has no description.

procedure Bar;

Foo(array of string, array of Integer, file of TObject)