Skip to main content
Skip table of contents

DestroyObject()

DestroyObject() – Objekt zerstören

Die Funktion zerstört ein Objekt.

Parameter

Beschreibung

aObject:O

Objekt

Rückgabewert

keiner

Beispiel

CODE
| oForm |

oForm := CreateObject('TFormEx'),
startseq
   oForm.BorderStyle := bsSingle,
   oForm.Width       := 200,
   oForm.Height      := 100,
always
  DestroyObject(oForm),
stopseq,

Weitere Verknüpfungen


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.