JavaScript Editor js editor     Web development 



Main Page

Specifies whether the text associated with a Column object is outlined. Available at design time and run time.

Column.DynamicFontOutline[ = "lExpr"]

Return Value

"lExpr"


Specifies a logical expression that evaluates to True (.T.) or False (.F.). The expression is reevaluated at run time each time the Grid control is refreshed. The following table describes the settings for these values.

lExpr evaluates to Description

True (.T.)

The text is outlined.

False (.F.)

The text is not outlined. (Default)

Remarks

Applies To: Column Object

Note:
The GridВ AutoFit method might not resize adequately to display the entire contents of a column if you use this property.

See Also



JavaScript Editor js editor     Web development