FMX.Types.IFlasher.Visible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Visible: boolean read GetVisible;

C++

__property bool Visible = {read=GetVisible};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IFlasher

Description

Indicates whether the flasher instance is shown or hidden.

See Also