Show: Delphi
C++
Display Preferences
FMX.Types.TFmxObject.Clone
From XE2 API Documentation
Delphi
function Clone(const AOwner: TComponent): TFmxObject;
C++
TFmxObject* __fastcall Clone(const System::Classes::TComponent* AOwner);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Returns a new cloned instance of this FMX object.
Clone internally creates and returns a new FMX object that is an exact copy of this object.