API:System.VarUtils.TVarTypeToElementInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TVarTypeToElementInfo = record
    ValidBase: Boolean;
    ValidElement: Boolean;
    Size: Integer;
    Flags: Word;
  end;

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

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!