System.TVarRecord

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.pas
System.hpp
System System

説明

内部的に使用するためのものです。


TVarRecord を直接使用しないでください。

関連項目