I'm new to C++ Builder and I'd like to offer a filter option on the TActionToolbar
where a user could enter the text to be filtered for (and perhaps a button next to it to enable/disable the filter). How do you add that type of edit control / button to the toolbar using the TActionManager
and TActionToolbar
?
Thanks.