You are reading help file online using chmlib.com
|
Rave Reports Developer Reference FontIndex property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property FontIndex: integer;
Default 0
Category
Components TReportSection
Description This property defines the saved font position that will be initialized during a call to SetupSection. A value of 0 will not cause any font settings to be changed.
See also SaveFont
Example (Delphi) // Use the font settings save in position 1 FontIndex := 1;
Example (C++Builder) ReportShell1->SectionGroupFooter->FontIndex = 1; |
You are reading help file online using chmlib.com
|