Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IABLCall

Interface for a Progress procedure/function/method call.

Hierarchy

  • IABLCall

Index

Properties

call

call: string

The procedure of class name, fully qualified relative to PROPATH.

Optional method

method: string

The name of the internal entry (function, procedure, method).

Optional parameters

parameters: IParameter[]

The parameters of the function.

Optional returns

returns: DataType

The data type of the internal entry return parameter (function/method).

Optional singleton

singleton: boolean

Specifies whether the function is singleton or not.

type

type: ABLType

The type of the ABL call: procedure/function/method/static method call