Font style Strikeout
In the Report Designer, you have access to the Font style fsStrikeOut.
In RAP, you have given us access to the font style properties like this:
myDBText.Font.Bold:= True;
myDBText.Font.Italic:= True;
myDBText.Font.UnderLine := True;
Would it be possible to add one for the fsStrikeout style as well, please?
Thanks,
Jason.
--
Jason Sweby
Software Development Manager,
Carval Computing Limited, Plymouth, UK
Payroll - HR - T&A - Access Control
In RAP, you have given us access to the font style properties like this:
myDBText.Font.Bold:= True;
myDBText.Font.Italic:= True;
myDBText.Font.UnderLine := True;
Would it be possible to add one for the fsStrikeout style as well, please?
Thanks,
Jason.
--
Jason Sweby
Software Development Manager,
Carval Computing Limited, Plymouth, UK
Payroll - HR - T&A - Access Control
This discussion has been closed.
Comments
I just checked and it looks like Strikeout is implemented for RAP (in the
latest version of RB).
Label1.Font.Strikeout := True;
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
)
Jason.