|
![]() |
![]() |
version 2003
PA_GetAreaName (params; name)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
name | char* | ← | Sting buffer to the name of the area |
Description
The routine
PA_GetAreaName
returns the name of the area in the string buffer
name
. It is the name of the variable used by the 4D developer in the Design environment.
params
is the
PA_PluginParameters
the plug-in received in its
PluginMain
routine.