PA_ReturnString

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

version 2003


PA_ReturnString (params; resultString)

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain
resultStringchar*String value to be returned by a plug-in function

Description

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

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

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