FMX.Edit.TCustomEdit.DoAddObject
Delphi
procedure DoAddObject(const AObject: TFmxObject); override;
C++
virtual void __fastcall DoAddObject(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 to the edit control.
If AObject
is a TEditButton, it is added to the buttons associated with the edit control.