Page 1 of 1

TCRDBGrid OnMemoClick

Posted: Sun 10 Feb 2013 13:16
by kchannels
I simply may be using the wrong event here but I have 3 checkboxes that I am using to control whether the grid FilterBar, SearchBar and Filtered options are enabled or not. When a user changes the options via the grid I need to update the checkboxes to reflect the current state of the option. I tried using the OnMemoClick event but it never fires. Am I using the wrong event or is there an event handler that detects a user change to the options?

Re: TCRDBGrid OnMemoClick

Posted: Mon 11 Feb 2013 11:50
by AndreyZ
TCRDBGrid does not have the functionality that allows inspecting of the Filtered, Filter Bar, and SearchBar option values. The TCRDBGrid component is no longer being developed. Its source code is supplied with SDAC, so you can change it any way you want.