|
![]() |
![]() |
version 2003
PA_SetAdvancedPropertiesEditable (params; editable)
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
editable | char | → | 1 = Advanced properties are editable |
Description
The routine
PA_SetAdvancedPropertiesEditable
lets 4th Dimension activate the
Edit...
button of the
Advanced Properties
field of an area, in the
Properties
palette, in the Form Editor.
PA_SetAdvancedPropertiesEditable
must be called only when AreaEvent is
eAE_ArePropertiesEditable
. At any other event,
PA_SetAdvancedPropertiesEditable
does nothing and
PA_GetLastError
returns
eER_BadEventCall
.