FMX.Forms.TFrame.GetVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVisible: Boolean; override;

C++

virtual bool __fastcall GetVisible();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFrame

Description

Getter function for the Visible property.

FMX.Forms.TFrame.GetVisible inherits from FMX.Controls.TControl.GetVisible. All content below this line refers to FMX.Controls.TControl.GetVisible.

Getter function for the Visible property.

See Also