Skip to main content

TBasedxReportLink.Font Property

Specifies report font.

Declaration

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