Table of Contents

TTMSFNCDataGridFormatAspect Enumeration

One individually overridable aspect of a cell's appearance. A rule claims the aspects it actually sets, which is what makes rule precedence predictable: the highest-priority matching rule wins per aspect, and lower-priority rules can only fill in the aspects that are still free.

API unit family: TMSFNCDataGridConditionalFormatting

Members

Name Description
gfaFill The cell background fill (kind, colours, gradient).
gfaFontColor The font colour.
gfaFontStyle The font style (bold, italic, underline, strikeout).
gfaFontName The font family name.
gfaFontSize The font size.
gfaStroke The cell border stroke.
gfaSides Which of the four cell borders are drawn.
gfaTextAlign Horizontal text alignment.
gfaTextAngle Text rotation angle.
gfaTextMargins Text margins.
gfaTrimming Text trimming mode.
gfaVerticalTextAlign Vertical text alignment.
gfaWordWrapping Word wrapping.