Versions Compared

Key

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

...

The means to initially configure and display the property panel.  (Note: to use the Date-type dropdown requires the NDW_DATEPICKER form and associated routines)

Code Block
Errors = SRP_PropertyPanel(PanelCtrl, "Init", ItemList, ColWidth, Colors)

...

FieldDescriptionDefault
<1>Headers & Gridlinesdefaults to a light grays, RGB(240,240,240) 
<2>Selectiondefaults to "Select"
<3>Backgrounddefaults to "White"

Errors

If there are


...

SetValue

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

...