FMX.Menus.TMainMenu.Exchange

From RAD Studio API Documentation

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. {{#multireplace:FMX.Menus.TMainMenu.Exchange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Types.TFmxObject.Exchange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Types.TFmxObject.Exchange|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

See Also