FMX.Layouts.TScrollContent.IsVisibleChild
Delphi
function IsVisibleChild(const AChild: TControl): Boolean; override;
C++
virtual bool __fastcall IsVisibleChild(Fmx::Controls::TControl* const AChild);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.Layouts.pas FMX.Layouts.hpp |
FMX.Layouts | TScrollContent |
Description
Determines the visibility of the passed child control within the control.
FMX.Layouts.TScrollContent.IsVisibleChild inherits from FMX.Controls.TControl.IsVisibleChild. All content below this line refers to FMX.Controls.TControl.IsVisibleChild.
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.