DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Top for XTable

Property: Top for XTable

Specifies the distance between the top of the control and the user dialog box origin. The dialog box origin is in the upper-left corner of the user dialog box.

Object.Top
ObjectXTable
Object with this property
Object.TopLongInteger with read and write access
Note  If the control is in a tab, the distance is in relation to the upper left corner of the TabPageCtrl control.

The following example positions the top of XTable1 50 dialog units below the top of the user dialog box:

XTable1.Top = 50

Use

You can change this property on the Properties tab when you create user dialog boxes.
You can use this property in scripts during user dialog box runtime.
Was this information helpful?