FMX.ScrollBox.TCustomPresentedScrollBox.IsAddToContent

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also