Determines whether an object is surrounded with a border.

Property of

Editor, Entryfield, OLE, Rectangle, SpinBox, Text

Description

The border property is maintained primary for compatibility. Every object that has a border property also has a borderStyle property. One of the choices for borderStyle is None, while border can be either true or false. Both these properties apply.

If you pick an actual border with borderStyle, border determines whether that border is displayed. If you choose the None borderStyle, no border will appear, even if border is true.