Versions Compared

Key

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

...

Services

ServiceDescription
Init
SetValue

Events

PosName
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, "SetValues", Values)

Values

Description
<x, 1>
PropertyKeyOne of the properties currently in the panel; referenced by its key name.
<x, 2>
ValueThe value to assign to the above property (conversion settings apply).


...



...


...

Enabled

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

...