System.DynArraySize

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DynArraySize(A: Pointer): NativeInt;

C++

extern DELPHI_PACKAGE NativeInt __fastcall DynArraySize(void * A);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.pas
System.hpp
System System

Description

Renvoie la taille d'un tableau dynamique.

Le paramètre A doit être l'adresse du premier élément du tableau (sinon, le résultat n'est pas défini).

Voir aussi