Border Property
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.
The value of the Border property can only be assigned by ⎕WC and cannot be changed using ⎕WS.
Application
Objects: ActiveXControl, Animation, Button, ButtonEdit, Calendar, Combo, ComboEx, DateTimePicker, Edit, Form, Grid, Group, HTMLRenderer, Label, List, ListView, MDIClient, RichEdit, Scroll, SM, Spinner, Static, StatusBar, StatusField, SubForm, TabBtn, ToolBar, TrackBar, TreeView, UpDown