VarUtils.SafeArrayGetUBound
From Référence RAD Studio VCL
Contents |
Informations Delphi
De VarUtils.pas
function SafeArrayGetUBound(VarArray: PVarArray; Dim: Integer; out UBound: Integer): HRESULT;
Unité : VarUtils
Type : fonction
Visibilité : public
Informations C++
De VarUtils.hpp
long __fastcall SafeArrayGetUBound(System::TVarArray * VarArray, int Dim, int & UBound);
Unité : VarUtils
Type : fonction
Description
Renvoie la limite supérieure de la dimension donnée d'un tableau sécurisé.
Utilisez la routine SafeArrayGetUBound pour obtenir la limite supérieure de la dimension donnée par Dim du tableau sécurisé référencé par VarArray.