FMX.Header.TOnResizeItemEvent

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnResizeItemEvent)(System::TObject* Sender, float &NewSize);

Properties

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

Description

Type of events used when one of the items of a header gets resized.

TOnResizeItemEvent is the OnResizeItem event's type, used when one of the items of a header gets resized.

See Also