Versions Compared

Key

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

...

EventDescription
AfterUpdateUsed for converting the data entered in the cell (if applicable).
BeforeUpdateUsed to validate the data entered into the cell (if applicable).
OnClickUsed to control the expand / collapse feature of the panel.
OnOptionClickUser to capture the option button clicks.

...

Collapses all the groups and properties in the panel.

Code Block
SRP_PropertyPanel(PanelCtrl, "CollapseAll")


...

ExpandAll

Expands all the groups and properties in the panel.

...