TdxBarItem.DirectClick Method
In This Article
Processes mouse click events.
#Declaration
Delphi
procedure DirectClick; dynamic;
#Remarks
If Enabled is True, DirectClick calls TdxBarManager DoClickItem and then calls the DoClick event. This method is one of the procedures and functions which processes mouse click events.
See Also