Skip to main content
Skip table of contents

ClRect()

ClRect() – ClientRect

Die Funktion gibt die Eigenschaft ClientRect des übergebenen Objektes zurück

Parameter

Beschreibung

aWinControl:O

Win-Control

Rückgabewert


Array - Format
{ Left, Top, Right, Bottom }

Beispiel

CODE
| oForm |

oForm := CreateObject('TForm'),
ClRect(oForm)


JavaScript errors detected

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

If this problem persists, please contact our support.