Thema
:
TStringList bleibt leer nach Find, nur warum? *gelöst*
Einzelnen Beitrag anzeigen
EWeiss
(Gast)
n/a Beiträge
#
5
AW: TStringList bleibt leer nach Find, nur warum? *gelöst*
1. Jul 2018, 08:55
if
((AddSList(_HWnd) = True)
and
((SList.Count > 0) = True))
Und ich prüfe nie auf True..
if
((AddSList(_HWnd))
and
((SList.Count > 0)))
ist vollkommen ausreichend.
gruss
Zitat