FMX.Header.THeader.OnResizeItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnResizeItem: TOnResizeItemEvent read FOnResizeItem write FOnResizeItem;

C++

__property TOnResizeItemEvent OnResizeItem = {read=FOnResizeItem, write=FOnResizeItem};

Properties

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

Description

Occurs while one of the items in this header gets resized.

Write an OnResizeItem event handler to take specific action whenever you resize one of the items contained by this header.

See Also