| Herd Software Development
|=
DaVinci Graphics Library
|==
DaVinci Documentation Home Search Order


Visible property

Properties Methods Events Overview

Declaration

property Visible : Boolean;

Description

The Visible property determines whether the component appears onscreen. If Visible is True, the component appears. If Visible is False, the component is not visible.

The default value is True for all components except for forms.

Notes: Image data processing can be accelerated considerably if the picture is not displayed during processing. Visibility only affects the appearance of the onscreen image. The graphic data itself is not changed.