Menu

#246 Show the RecordToolbar in Delphi 7

open
nobody
None
5
1 day ago
1 day ago
No

There is a Delphi 7 plugin from DelphiDabbler which shows the Recording toolbar. It simply sets Visible=True for the following component:

EditWindow_0: TEditWindow
[6] Panel1: TPanel
> [2] Panel2: TPanel
> [1] RecordToolBar: TToolBar

See here:
https://delphidabbler.com/software/mtdwiz
https://github.com/ddab-archive/mtdwiz/blob/main/DDabMacroTBarDisplayWiz.pas

This toolbar is not available in Delphi 6 and is visible by default in newer versions.

Discussion


Log in to post a comment.