FMX.Header.TOnRealignItemEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOnRealignItemEvent = procedure(Sender: TObject; OldIndex, NewIndex: Integer) of object;

C++

typedef void __fastcall (__closure *TOnRealignItemEvent)(System::TObject* Sender, int OldIndex, int NewIndex);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Header.pas
FMX.Header.hpp
FMX.Header FMX.Header

Description

Type of events that appear immediately after one of the items in a header swaps positions with another item.

TOnRealignItemEvent is the OnRealignItem event's type, used immediately after one of the items in a header swaps positions with another item.

See Also