PA_ReturnText

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

version 2003


PA_ReturnText (params; text; len)

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain
textchar*Pointer to the text to be returned
lenlongSize of the returned text in bytes

Description

The routine PA_ReturnText sets the returned value of a plug-in function to text, received by the calling the 4D method. After the call, text still belongs to the plug-in.

Depending on default settings or on previous calls to PA_UseMacCharacters or PA_UseANSICharacters, text may contain Macintosh or ANSI characters.

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