System.ObjAuto.TParameters.Stack

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Stack: array[0..1023] of Byte;

C++

System::StaticArray<System::Byte, 1024> Stack;

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.