Einzelnen Beitrag anzeigen

Benutzerbild von SubData
SubData

Registriert seit: 14. Sep 2004
Ort: Stuhr
1.078 Beiträge
 
Delphi 11 Alexandria
 
#2

Re: Check if instance exist?

  Alt 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.
Ronny
/(bb|[^b]{2})/
  Mit Zitat antworten Zitat