When you use the tdxbarmanager and tdxbardockcontrol controls to create a ribbon-style toolbar, if the page is small, some buttons on the toolbar are hidden, the "more buttons" prompt is displayed when you place the cursor over the symbol on the right. The "more buttons" prompt information cannot be modified through the tdxbarmanager control attribute. You can modify the information as follows:
Use the cxsetresourcestring function in the cxclass unit to set the resource string of the control under the expressbars category. The resource string constants used by the control under the expressbars category are placed in the dxbarstrs unit. The code example is as follows:
Add the dxbarstrs and cxclass unit references to the uses or implementation section and call the following code at an appropriate position (such as when a program is started or a form is created:
Cxsetresourcestring (@ dxsbar_morebuttons, 'more buttons ...');
After the call, the effect is as follows:
Tdxbarmanager "more buttons" Information Change