RPCDeclare Action

Describes a routine that is defined on a remote server. After the RPCDeclare action the routine can be called with the RPCCall action.

Parameters

Connection  -  (Required)

Specifies the connection object returned from the RPCConnect action.

Library  -  (Required)

Specifies the name of the library on the remote server that contains the routine to be executed.  

Procedure  -  (Required)

Specifies the name of the routine as it is defined on the remote server.  

Alias  -  (Optional)

Specifies an alternate name that you can use in the RPCCall action.  

Returns  -  (Optional)

Specifies the data type of the return value from the routine executed.  

Arguments  -  (Optional)

Describes the parameters required by the external routine.

The types supported are Byte, Boolean, Integer, Long, Single, Double, String, and WString.

See Also

RPCCall action | RPCCommand action | RPCConnect action | RPCDisconnect action


© 2004-2021 looksoftware. All rights reserved.