Vcl.ComCtrls.TDateTimePicker.OnCloseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCloseUp: TNotifyEvent read FOnCloseUp write FOnCloseUp;

C++

__property System::Classes::TNotifyEvent OnCloseUp = {read=FOnCloseUp, write=FOnCloseUp};

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TDateTimePicker

Description

Occurs when the drop-down calendar closes.

Write an OnCloseUp event handler to implement special processing that needs to occur only when the drop-down calendar closes.

See Also