Zitat:
Dazu ist beim Ausdruck if variable=true then sofort sichtbar das es sich um einen Boolean handelt, sonst könnte die Variable ein x-beliebiger Datentyp sein.
Mhh nee
Delphi-Quellcode:
if X then
if X = 1 then
if X = 1.25 then
if X = 'test' then
if X = TMyEnumTypes.X