FMX.Grid.TCustomGrid.ContentAddObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ContentAddObject(const AObject: TFmxObject); override;

C++

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

Properties

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

Description

This method is invoked when you add a new Object into the Content children list.

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

This method is invoked when you add a new Object into the Content children list.

See Also