You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Used to set if the property can be edited (enabled) or protected (disabled).

Usage

SRP_PropertyPanel(PanelCtrl, "Enabled", PropertyKeys, Enabled)

Parameters

PropertyKey

A key to the property value to enable/disable.  Multiple keys can be passed FM delimited.

Enabled

1 to enable (default); 0 to disable.

  • No labels