FMX.Controls.TControl.GetParentedVisible
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.