FMX.Edit.TCustomEdit.DoInsertObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoInsertObject(Index: Integer; const AObject: TFmxObject); override;

C++

virtual void __fastcall DoInsertObject(int Index, Fmx::Types::TFmxObject* const AObject);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

Description

Adds a child object at the specified index.

If the AObject is a TEditButton, it is inserted into the TCustomEdit.ButtonsContent at the specified Index.

See Also