Request
Calling this method triggers the asynchronous text request.
Syntax
METHOD Request : BOOL
VAR_INPUT
eventClass : GUID;
END_VAR
VAR_IN_OUT CONSTANT
text : STRING;
END_VAR
VAR_INPUT
nLangId : DINT;
ipArgs : I_TcArguments;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
eventClass | GUID | Specifies the event class to be used as the basis for the query. |
text | STRING | The text to be translated |
nLangId | DINT | Specifies the language ID: English (en-US) = 1033 The TcLcid enum can be used. |
ipArgs | Optional specification of arguments. |
Return value
Name | Type | Description |
---|---|---|
Request | HRESULT | Returns possible error information. |