FMX.Pickers.TCustomPicker.OnHide

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnHide: TNotifyEvent read FOnHide write FOnHide;

C++

__property System::Classes::TNotifyEvent OnHide = {read=FOnHide, write=FOnHide};

Properties

Type Visibility Source Unit Parent
event public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomPicker

Description

Occurs when the picker becomes hidden.

Use OnHide to perform special processing when the picker becomes hidden (closed).

See Also