- Open Delphi!
- Create a new VCL Form Application
- Open your main pas file
- Change the ancestor for the TForm, to TdxCustomRibbonForm
- Add the unit dxRibbon
- Drop a dxBarManager and then assign it to your dxRibbon
- On dxRibbon, right click and then choose Tabs Editor..
- Add a TdxRibbonTab, and then highlight that newly created ribbon tab
- On you inspector, click on Groups and then click on the ellipsis to create a new Ribbon Tab Group
- For the time being, leave it as is..
- Double click you dxBarManager, create a new Toolbar
- Create a new command and then drop that command to your toolbar
- Now let's go back to your previously created Ribbon Tab Group, in the inspector, see the property Toolbar and assign it the toolbar you created on step 11
- Okayh, that's one great strong basic, now go wild!
Cheers!