System.TVarRecord

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TVarRecord = record
    PRecord: Pointer;
    RecInfo: Pointer;
  end;

C++

struct DECLSPEC_DRECORD TVarRecord
{
public:
    void *PRecord;
    void *RecInfo;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.pas
System.hpp
System System

Description

A usage interne.

TVarRecord ne doit pas être utilisée directement.

Voir aussi