FMX.Controls.TControl.IsVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsVisible: Boolean read FVisible;

C++

__property bool IsVisible = {read=FVisible, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies whether the control is visible.

IsVisible is True when the control is visible. Use Visible in applications to allow write access.

For effect triggers, setting IsVisible to True triggers the effect when the control is visible on the form.

See Also