FMX.ScrollBox.TCustomPresentedScrollBox.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.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

Description

This method is invoked when you remove an Object from the Content children list.

See Also