4D Plugin API


PA_ReturnLong (params; value)

Parameter Type Description
params PA_PluginParameters Parameters received in PluginMain
value long Long value to be returned by a plug-in function

Description

The routine PA_ReturnLong sets the returned value of a plug-in function to value, received by the calling 4D Method.

See Create a new plug-in for a description of returned values accessors.

See Also

Create a new plugin .

Error Handling

None.