Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2
typeflat

...

Services

ServiceDescription
Init
SetValue
SetValues

Events

EventDescription

Enabled

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

Code Block
SRP_PropertyPanel(PanelCtrl, "Enabled", PropertyKeys, Boolean)

PropertyKey

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

Boolean

...



...




...

GetValue

Gets a property value based on the provided key.

Code Block
rv = SRP_PropertyPanel(PanelCtrl, "GetValue", PropertyKey)

PropertyKey

A key to the property value to retrieve.

...

The key to the group to expand or collapse.

Boolean

1 to expand, 0 to collapse.

...