PA_ReturnShort

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_ReturnShort (params; returnedString)

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain
returnedStringshortShort value to be returned by a plug-in function

Description

The routine PA_ReturnShort 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.

Depending on default settings or on previous calls to PA_UsePStrings or PA_UseCStrings, returnedString must be a Pascal or an ANSI C string.

See Also

Create a new plugin.

Error Handling

None.


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next