Passing Multidimensional Arrays as Parameters
January 6, 1997
Author: Embarcadero USA
Technical Information Database
TI1477D.txt - Passing Multidimensional Arrays as Parameters
Category :Object Pascal
Platform :All-32Bit
Product :
Description:
Passing an array to a procedure or function is straight
forward and behaves as expected. However, passing a
multi-dimensional array to a function or procedure is
not handled in the same way. Consider…