FMX.Pickers.TCustomPicker.OnShow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnShow: TNotifyEvent read FOnShow write FOnShow;

C++

__property System::Classes::TNotifyEvent OnShow = {read=FOnShow, write=FOnShow};

Properties

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

Description

Occurs when the picker is shown.

Use OnShow to perform special processing when the picker is shown.

See Also