FMX.Types.IControl.GetVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVisible: Boolean;

C++

virtual bool __fastcall GetVisible() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Getter function for the Visible property.

Implement GetVisible to get the value of the Visible property.

See Also