OpenPetra
Free Administration Software for Non-Profits
|
Static helper class for creating 'deep copies' of two-dimensional TLocationPK arrays. More...
Static Public Member Functions | |
static TLocationPK[,] | CopyTLocationPKArray (TLocationPK[,] ASource, int AExtendArrayByNEmptyItems=0) |
Creates a 'deep' copy (i.e. not just copying of references but a real duplication of data) of a two-dimensional TLocationPK array, optionally exitending the resulting two-dimensional array by a number of empty array items. More... | |
Static helper class for creating 'deep copies' of two-dimensional TLocationPK arrays.
|
inlinestatic |
Creates a 'deep' copy (i.e. not just copying of references but a real duplication of data) of a two-dimensional TLocationPK array, optionally exitending the resulting two-dimensional array by a number of empty array items.
ASource | Two-dimensionaly TLocationPK array to copy from. |
AExtendArrayByNEmptyItems | Specify the number of array items that you want the resulting array to be extended by (default = 0). |