TdxBarItem.Click Method
Calls the DirectClick method to respond to mouse clicks.
Declaration
procedure Click; dynamic;
Remarks
The Click method simulates mouse clicks. This method checks whether TdxBarItem responds to mouse click events and then calls the DirectClick method.
See Also