Skip to main content

TdxBarItem.OnClick Event

Occurs when clicking the control.

Declaration

property OnClick: TNotifyEvent read; write;

Remarks

Handle this event to respond to click events. This event is fired after a bar manager’s OnClickItem event.

Note for TdxBarWindowItem descendants: Being placed on a vertical toolbar, whose RotateWhenVertical is set to True, bar items such as TdxBarEdit, TdxBarCombo, etc. change their appearance and become like buttons. The OnClick event is fired in respond to the user’s click on such an item. Otherwise, this event is not fired.

See Also