FMX.Menus.TMainMenu.Exchange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Exchange(const AObject1, AObject2: TFmxObject); override;

C++

virtual void __fastcall Exchange(Fmx::Types::TFmxObject* const AObject1, Fmx::Types::TFmxObject* const AObject2);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus TMainMenu

Description

Exchanges two objects from the children list.

FMX.Menus.TMainMenu.Exchange inherits from FMX.Types.TFmxObject.Exchange. All content below this line refers to FMX.Types.TFmxObject.Exchange.

Exchanges two objects from the children list. Exchange exchanges AObject1 with AObject2.

See Also