|
![]() |
![]() |
version 2003
PA_PublishWebPicture (params; pictureMap)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
pictureMap | char | → | 1 = Use Picture Map |
Description
The command
PA_PublishWebPicture
is called during the
eAE_WebPublish
event of an external area. It tells 4D that you will publish a picture. You can specify if you want the picture to be handled as a PictureMap. Calling this command during the
eAE_WebPublish
event will generate a
eAE_WebPublishPicture
event where you can send the picture.
Specifying the
pictureMap
parameter will generate
eAE_WebClick
event when the user clicks on the picture.
params
is the
PA_PluginParameters
the plug-in received in its
PluginMain
routine.