TBasedxReportLink.Font Property
In This Article
Specifies report font.
#Declaration
Delphi
property Font: TFont read; write;
#Property Value
Type |
---|
TFont |
#Remarks
Use the Font property to specify a report’s font. It is set by default. Descendants can change the value to draw text using unique fonts.
See Also