Versions Compared

Key

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

...

Dropdown Image Reference

FrameAbbrev.Description
nullnullDefault down arrow
1CALCalendar






Errors

If there are and duplicate keys, they will be noted and returned in the service's response.

...

PosNameDescription
<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).

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

1 to enable (default); 0 to disable.


...

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.

...