Registriert seit: 16. Apr 2007
2.325 Beiträge
Turbo Delphi für Win32
|
Re: Thread abbrechen
15. Mai 2007, 16:09
So war das nicht gemeint.
Delphi-Quellcode:
procedure TMiamiLabel.SetActive(const Value: Boolean);
begin
FActive := Value;
MovingThread.FActive := Value;
Movingthread.suspended:=value;
end;
Wer erweist der Welt einen Dienst und findet ein gutes Synonym für "Pointer"?
"An interface pointer is a pointer to a pointer. This pointer points to an array of pointers, each of which points to an interface function."
|