PA_SetStringParameter

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

version 2003


PA_SetStringParameter (params; index; string)

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain
indexshortIndex of the parameter in params
stringchar*New value

Description

The routine PA_SetStringParameter sets the value of the indexth parameter in params to string.

See Create a new plugin for a description of parameter accessors.

NOTE:

The first parameter starts at index 1

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

See Also

Create a new plugin.


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