PA_SetDateParameter

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

version 2003


PA_SetDateParameter (params; index; day; month; year)

ParameterTypeDescription
paramsPA_PluginParametersParameters received in PluginMain
indexshortIndex of the parameter in params
dayshortNew day of the Date parameter
monthshortNew month of the Date parameter
yearshortNew year of the Date parameter

Description

The routine PA_SetDateParameter sets the fields of the index parameter in params to *day *month and *year.

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

NOTE:

The first parameter starts at index 1

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