Registriert seit: 14. Sep 2004
Ort: Stuhr
1.078 Beiträge
Delphi 11 Alexandria
|
Re: Check if instance exist?
29. Okt 2007, 08:41
hi
Delphi-Quellcode:
if not Assigned(Class) then
Class.Create(Param):
Assigned tests if the function is nil or not.
hope this helpts.
|