This property sets whether or not the border of the Record Control is displayed.
[Delphi] recordcontrolname.BorderVisible[
= Boolean ]
Property Value
| Value | Explanation |
|---|---|
| True | The border is displayed |
| False | The border is not displayed |
Explanation
The BorderVisible property sets whether or not the border of the Record Control is displayed.
Setting this value
This value can be set at design-time and run-time.
Retrieving this value
This value can be retrieved at run-time.