FMX.Header.THeader.OnRealignItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRealignItem: TOnRealignItemEvent read FOnRealignItem write FOnRealignItem;

C++

__property TOnRealignItemEvent OnRealignItem = {read=FOnRealignItem, write=FOnRealignItem};

Properties

Type Visibility Source Unit Parent
event published
FMX.Header.pas
FMX.Header.hpp
FMX.Header THeader

Description

Occurs immediately after one of the items in this header swaps position with another item.

Write an OnRealignItem event handler to take specific action whenever you reposition one of the items in this header, thus swapping its position with another item.

See Also