FMX.ScrollBox.TCustomPresentedScrollBox.IsAddToContent
Delphi
function IsAddToContent(const AObject: TFmxObject): Boolean; virtual;
C++
virtual bool __fastcall IsAddToContent(Fmx::Types::TFmxObject* const AObject);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | FMX.ScrollBox.pas FMX.ScrollBox.hpp |
FMX.ScrollBox | TCustomPresentedScrollBox |
Description
Defines, if necessary, to add AObject
to the Content or not.