TdxBarItem.Click Method
In This Article
Calls the DirectClick method to respond to mouse clicks.
#Declaration
Delphi
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