Show: Delphi C++
Display Preferences

FMX.Types.TControl.Visible

From XE2 API Documentation
Jump to: navigation, search

Delphi

property Visible: Boolean read FVisible write SetVisible default True;

C++

__property bool Visible = {read=FVisible, write=SetVisible, default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControl

Description

Specifies whether the component appears onscreen.

Use the Visible property to control the visibility of the control at run time. If Visible is True, the control appears. If Visible is False, the control is not visible.

See Also

Personal tools
Previous Versions
Translations