FMX.Controls.TControl.IsVisibleChild
Delphi
function IsVisibleChild(const AChild: TControl): Boolean; virtual;
C++
virtual bool __fastcall IsVisibleChild(TControl* const AChild);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Determines the visibility of the passed child control within the control.
Allows you to exclude controls that are not visible from calculations, thereby speeding up the processing.