System.DynArraySize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DynArraySize(A: Pointer): NativeInt;

C++

extern DELPHI_PACKAGE System::NativeInt __fastcall DynArraySize(void * A);

Properties

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

Description

Returns the size of a dynamic array.

Parameter A must be the address of the first element of the array (otherwise the result is undefined).

See Also