ST_Arguments

Overview

Type:

Structure

Available as of:

V2.2.4.0

Inherits from:

-

Attribute:

'pack_mode' := '1'

Description

The structure ST_Arguments contains the list of arguments used in a method call.

Structure Elements

Name

Data type

Description

uiNumberOfArguments

UINT

The number of arguments in the astArguments array. It must not exceed the value of GPL.Gc_uiMaxArgumentsMethod.

astArguments

ARRAY [1..GPL.Gc_uiMaxArgumentsMethod] OF ST_Argument

Array containing the arguments.