System.DynArrayClear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DynArrayClear(var A: Pointer; TypeInfo: Pointer);

C++

extern DELPHI_PACKAGE void __fastcall DynArrayClear(void * &A, void * TypeInfo);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.pas
System.hpp
System System

Description

Clears a dynamic array.

DynArrayClear calls the internal _DynArrayClear routine to clear a dynamic array.

See Also