Top Property

For forms in Windows deployment, the Top property determines where the top of a form is on the screen, measured in pixels.

Note: Because of how WebFOCUS Maintain deploys applications, this property is no longer valid for forms. However Version 4 applications that use this property are still supported.

For controls, the Top property determines where the top of a control is on the form, measured in pixels. Together with the Bottom, Left, and Right properties, it determines the size of your control and where it is on the form.

You can also set this property using a Cascading Style Sheet. For more information, see Using Cascading Style Sheets.

Applies to: Forms, all controls.

Setting dynamically:

Winform Setform.[control.]TOP TO n;

WebFOCUS