System.VarUtils.CVarTypeToElementInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

CVarTypeToElementInfo: array [CMinArrayVarType..CMaxArrayVarType] of TVarTypeToElementInfo = ( { * = unsupported as of VCLv6  } { varEmpty/vt_empty        $00 } (ValidBase: False; ValidElement:  True; Size:  0; Flags: ARR_NONE),

C++

extern DELPHI_PACKAGE System::StaticArray<TVarTypeToElementInfo, 22> CVarTypeToElementInfo;

Propriétés

Type Visibilité  Source Unité  Parent
const
variable
public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Description

A usage interne.

CVarTypeToElementInfo est utilisée par la fonction SafeArrayCreate. N'utilisez pas directement CVarTypeToElementInfo.

Voir aussi