Skip to main content
Skip table of contents

IsObject()

IsObject() – Prüfung auf Objekt

Die Funktion prüft, ob es sich bei aVar um ein Objekt handelt.

Parameter

Beschreibung

aVar:U

zu prüfende Variable

Rückgabewert


Logisch / Boolean - Ist Objekt

Beispiel

CODE
| uIsObj1:DB := 'waDAB050', uIsObj2:N := 5, uIsObj3:D := date |

WriteLn(IsObject(uIsObj1)),
WriteLn(IsObject(uIsObj2)),
WriteLn(IsObject(uIsObj3)),

Weitere Verknüpfungen


JavaScript errors detected

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

If this problem persists, please contact our support.