Autor Beitrag
FloF
Ehemaliges Mitglied
Erhaltene Danke: 1



BeitragVerfasst: So 23.02.03 12:28 
Hi

ich möchte gerne überprüfen ob der sender von einem bestimten typ ist.
ich hab mir das folgendermaßen vorgestellt:

if Sender = TLabel then

funktioniert aber nicht. kann mir jemand auf die schnelle sagen was ich falsch mache?

Greetz FloF
derDoc
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 623

Win Vista Prof
D2007 Prof
BeitragVerfasst: So 23.02.03 12:59 
ausblenden Quelltext
1:
if (Sender is TLabel) then					

_________________
MfG derDoc
There are only 10 types of people: those who understand binary and those who don't.