How to use the component SRVToolbar? Where to write in an action from RichViewActions for a SRVToolbutton in it (I've defined the actions in ActionManager). Just in code when processing? If so what object model is used to do that? For example:
ActionToolbar1.ExecuteAction();
and what has to be in parenthesis?
How to usethe component SRVToolbar?
SRVToolbar
I meant SRVToolbutton buttons. They don't have an action property to use.
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
This is a very simple toolbar, it does not support actions.
When a button is clicked, toolbar.OnClickButton event occurs, where you can execute your code.
This toolbar is not too useful as a separate component. But it can be embedded in scrollbar areas of TSRichViewEdit, configured using TSRichViewEdit.MenuHorizontal and MenuVertical properties.
When a button is clicked, toolbar.OnClickButton event occurs, where you can execute your code.
This toolbar is not too useful as a separate component. But it can be embedded in scrollbar areas of TSRichViewEdit, configured using TSRichViewEdit.MenuHorizontal and MenuVertical properties.