System.VarUtils.TVarTypeToElementInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TVarTypeToElementInfo = record

C++

struct DECLSPEC_DRECORD TVarTypeToElementInfo
{
public:
    bool ValidBase;
    bool ValidElement;
    int Size;
    System::Word Flags;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Description

This is an internal record type used in declaring the CVarTypeToElementInfo constant array.

TVarTypeToElementInfo is an internal record type that specifies the elements' type in the CVarTypeToElementInfo constant array. We recommend you not to use it directly when writing your application.

See Also