| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Clear dynamical array
Source position: dynarrh.inc line 34
| procedure DynArrayClear( | 
| var a: Pointer; | 
| typeInfo: Pointer | 
| ); | 
DynArrayClear clears the array (a) using its type info (typeInfo). It is equal to setting the length to zero.
| 
 | Initialize managed-type elements in array | |
| 
 | Finalize managed-type elements in array | |
| 
 | Copy managed-type elements in array | |
| 
 | Return length of dynamic array | |
| 
 | Return the number of dimensions in a dynamic array | |
| 
 | Return the bounds of the dynamic array |