Declare Method

Describes a routine that is defined on a remote server. After Declare the routine can be called with the Call method.

object.Declare(Library, Procedure[, Alias][, Returns ][, Arguments])

Client support

   Newlook Smartclient

   Newlook Server

Parameters

Library  -  (String, Required)

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

Procedure  -  (String, Required)

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

Alias  -  (String, Optional)

Specifies an alternate name that you can use in the Call method.  

Returns  -  (String, Optional)

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

Arguments  -  (String, Optional)

Describes the parameters required by the external routine.

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

Applies To

RPC Connection object

See Also

Call method | Connect method


© 2004-2021 looksoftware. All rights reserved.