System.ObjAuto.TParameters.Registers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Registers: array[paEDX..paECX] of Cardinal;

C++

System::StaticArray<unsigned, 2> Registers;

Properties

Type Visibility Source Unit Parent
field public
System.ObjAuto.pas
System.ObjAuto.hpp
System.ObjAuto TParameters

Description

For internal use.

You should not use TParameters directly.