You are reading help file online using chmlib.com
|
Rave Reports Developer Reference Font property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property Font: TFont;
Default System font
Category
Components TDbTableColumn, TTableColumn, TTablePrinter, TTableSection
Description This property defines or returns the font that will be used to draw the contents of a table section or table column.
See also Other FontXxxx properties
Example (Delphi) TableColumn.Font.Cololr := clRed;
Example (C++Builder) TableColumn->Font->Color = clRed; |
You are reading help file online using chmlib.com
|