FMX.Controls.TControl.GetParentedVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetParentedVisible: Boolean; virtual;

C++

virtual bool __fastcall GetParentedVisible(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Returns the value of the ParentedVisible property.

GetParentedVisible is a protected method in the TControl class and is used to obtain the current value of the ParentedVisible property.

See Also