The documentation for the OnButtonClick event for the TDatasetToolbar states:
* to not allow the click, return false
* to allow the click, return true.
I think it is more accurate to say something like:
* return true to allow the default behaviour of the clicked button on exit
<< The documentation for the OnButtonClick event for the TDatasetToolbar states:
* to not allow the click, return false
* to allow the click, return true.
I think it is more accurate to say something like:
* return true to allow the default behaviour of the clicked button on exit >>