You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Description

Sets the color of edit line and edit box borders and SRP EditTable cells/columns/rows to their default colors.

Syntax

rv = Form_Services("SetControlThemeColors", Controls, Window)

Parameters

ParameterDescription
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. 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:
 DBW_SAMPLE4.EDT_EDITTABLE:3
 DBW_SAMPLE5.EDT_EDITTABLE:2,5

Window

Form whose controls need theme colors. If the Controls argument is populated then this is ignored.

Version

16.0.18

  • No labels