Einzelnen Beitrag anzeigen

FaNIX

Registriert seit: 8. Okt 2007
36 Beiträge
 
#3

Re: Check if instance exist?

  Alt 29. Okt 2007, 07:44
Zitat von SubData:
hi

Delphi-Quellcode:
if not Assigned(Class) then
  Class.Create(Param):
Assigned tests if the function is nil or not.
hope this helpts.
Thnx, works 100%
  Mit Zitat antworten Zitat