Versions Compared

Key

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

Table of Contents
maxLevel2
typeflat

...

Services

SetValue

Sets a value into the property panel, based on the property key and value provided.

Code Block
SRP_PropertyPanel(PanelCtrl, "SetValues", PropertyKey, Value)

PropertyKey

A property currently assigned in the property panel; referenced by its key.

Value

...

ServiceDescription
Init

Events

EventDescription


...



...

SetValues

Sets a group of values into the property panel, based on the property keys and values provided in a list format.

...

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.

...

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

PropertyKey

A key to the property value to retrieve.

...