FMX.Grid.TCustomGrid.ContentBeforeRemoveObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ContentBeforeRemoveObject(AObject: TFmxObject); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Description

This method is invoked before removing an Object from the Content children list.

FMX.Grid.TCustomGrid.ContentBeforeRemoveObject inherits from FMX.ScrollBox.TCustomPresentedScrollBox.ContentBeforeRemoveObject. All content below this line refers to FMX.ScrollBox.TCustomPresentedScrollBox.ContentBeforeRemoveObject.

This method is invoked before removing an Object from the Content children list.

See Also