FMX.ListBox.TCustomListBox.ContentRemoveObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ContentRemoveObject(const AObject: TFmxObject); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomListBox

Description

Virtual method to be implemented in subclasses to provide further functionality right after removing AObject from the scroll box.

FMX.ListBox.TCustomListBox.ContentRemoveObject inherits from FMX.Layouts.TCustomScrollBox.ContentRemoveObject. All content below this line refers to FMX.Layouts.TCustomScrollBox.ContentRemoveObject.

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