[Lazarus] Check for 'default' font

Alexey aaa5500 at ya.ru
Sat Feb 18 01:44:46 CET 2017


I find all places of 'default' in Laz-

Here you see all variants... :( Pls, make one variant. SameText(..., 
'default') is best.


if AnsiCompare(.., 'default')=0 then

if SameText(.., 'default') then

if CompareText(... 'default')=0 then
if CompareText(... 'default')<>0 then

if ....='default' then


-- 
Regards,
Alexey



More information about the Lazarus mailing list