API:System.VarUtils.CVarTypeToElementInfo

From RAD Studio API Documentation
Jump to: navigation, search

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;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.