On Sat, 18 Feb 2017 03:44:46 +0300 Alexey via Lazarus <[email protected]> wrote:
> I find all places of 'default' in Laz- > > Here you see all variants... :( Pls, make one variant. SameText(..., > 'default') is best. Why is SameText best? Mattias > if AnsiCompare(.., 'default')=0 then > > if SameText(.., 'default') then > > if CompareText(... 'default')=0 then > if CompareText(... 'default')<>0 then > > if ....='default' then > > -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus-ide.org/listinfo/lazarus
