DynamicFontBold, DynamicFontItalic, DynamicFontStrikethru, DynamicFontUnderline Properties
Specifies that text displayed in a Column object has one or more of the following styles: Bold, Italic, Strikethru, or Underline. The logical expression is re-evaluated each time the Grid control is refreshed. Available at design time; read/write at run time.
Column.DynamicFontBold[ = "lExpr"]Column.DynamicFontItalic
[ = "lExpr"]Column.DynamicFontStrikeThru
[ = "lExpr"]Column.DynamicFontUnderline[ = "lExpr"]
Property Values
- "lExpr"
Evaluates to either true (.T.) or false (.F.). The settings for the dynamic font properties are:Setting Description True (.T.) Font style is bold, italic, strikethru, or underline. False (.F.) (Default except for DynamicFontBold) Font style is not bold, italic, strikethru, or underline.
Remarks
Use these properties to control the appearance of text based on data values at run time. For example, you can set DynamicFontUnderline to indicate names of new members in an organization.
See Also
DynamicFontSize Property | DynamicFontName Property | DynamicFontBold, DynamicFontItalic, DynamicFontStrikethru, DynamicFontUnderline Properties
Applies To: Column