FMX.Layouts.TCustomScrollBox.ContentRemoveObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ContentRemoveObject(const AObject: TFmxObject); virtual;

C++

virtual void __fastcall ContentRemoveObject(Fmx::Types::TFmxObject* const AObject);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCustomScrollBox

Description

Virtual method to be implemented in subclasses to provide further functionality right after removing AObject from the scroll box. In TScrollBox, ContentRemoveObject has no implementation.

See Also