Sets the color of edit line and edit box borders and SRP EditTable cells/columns/rows to their default colors. The default colors will be based on whether these controls are considered required or not by OpenInsight.
rv = Form_Services("SetControlThemeColors", Controls, Window) |
| Parameter | Description |
|---|---|
| Controls | @FM list of controls to be set to their default theme color settings. If this is null then then all controls will be set. |
| Window | Form whose controls need theme colors. If the Controls argument is populated then this is ignored. |
SRP EditTable controls might have a specific column or cell position value. These will be appended to the control name with a colon as the delimiter. If it is a cell position then the column value will be first, then a comma, and then the row position:
16.0.18