Framework:DefineStyle

From CoPlanner 10
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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(BCU)
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.

Error creating thumbnail: File missing
Example of a defined style.

Result

Defines a style with font and backcolor.

Example

DefineStyle(style1,Microsoft Sans Serif,10,B,FFFFFF,Summen);