I_TcArguments

This interface defines methods for the argument handling.

Inheritance hierarchy

__SYSTEM.IQueryInterface

     I_TcArguments

I_TcArguments 1: Methods

Name

Description

AddBlob

Adds binary data as an argument.

AddBool

Adds an argument of the type BOOL.

AddByte

Adds an argument of the type BYTE.

AddDint

Adds an argument of the type DINT.

AddDWord

Adds an argument of the type DWORD.

AddEventReferenceId

Adds a reference to another event as an argument.

AddEventReferenceIdGuid

Adds a reference to another event as an argument.

AddInt

Adds an argument of the type INT.

AddLInt

Adds an argument of the type LINT.

AddLReal

Adds an argument of the type LREAL.

AddReal

Adds an argument of the type REAL.

AddSInt

Adds an argument of the type SINT.

AddString

Adds an argument of the type STRING.

AddUDint

Adds an argument of the type UDINT.

AddUInt

Adds an argument of the type INT.

AddULInt

Adds an argument of the type ULINT.

AddUSInt

Adds an argument of the type USINT.

AddWord

Adds an argument of the type WORD.

AddWString

Adds an argument of the type WSTRING.

Clear

Removes all arguments.

I_TcArguments 2: Properties

Name

Type

Access

Description

nCount

UDINT

Get

Returns the number of transferred arguments.