Border Property

Applies To

Description

This property specifies whether or not an object is displayed with a border around it. It is a single number with the value 0 (no border)1 (Border), or 2. The value 2 applies only to a Form and is used in combination with ('EdgeStyle' 'Dialog') to obtain standard dialog box appearance

For a Form or SubForm, the value of the Border property is only relevant if Sizeable, Moveable, SysMenu, MaxButton and MinButton are all 0.

Note

The value of the Border property may only be assigned by ⎕WC and may not be changed using ⎕WS.