Skip to main content

TCustomdxBarCombo.OnCloseUp Event

Occurs when closing a dropdown window.

Declaration

property OnCloseUp: TNotifyEvent read; write;

Remarks

This event occurs when closing a visible dropdown window. It is not recommended to destroy the dropdown window in the OnCloseUp event handler in order to avoid conflicts caused by the event handler of the dropdown window class. It is better to allow the parent window to manage it.

See Also