Framework:DefineStyle: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
minor changes layout |
Angeglichen an das deutsch Wiki wegen Kursiv |
||
| Line 18: | Line 18: | ||
|- | |- | ||
|Style | |Style | ||
|Bold, italic, underline( | |Bold, italic, underline(B,I,U) | ||
|- | |- | ||
|Color | |Color | ||
Revision as of 14:01, 27 February 2025
Function
DefineStyle(<Expression>,<Font>,<Size>,<Style>,<Color>,<Value>);
| Parameter | Description |
| Expression | Name of the style |
| Font | Name of the font |
| Size | Size of the font |
| Style | Bold, italic, underline(B,I,U) |
| Color | Color of the font |
| Value | Color of the styles, can be also a variable |
This function belongs to client-side functions. The function has to be defined in the SpecialDefinition section of the mask.

Result
Defines a style with font and backcolor.
Example
DefineStyle(style1,Microsoft Sans Serif,10,B,FFFFFF,Summen);