TIDEPaletteToolbar Class
Component palette toolbar for the Scripter Studio IDE that displays registered components in a classic tab-style layout.
Remarks
TIDEPaletteToolbar is the component toolbar control used in the Scripter Studio IDE. It displays all registered components available to be used in the form designer. This toolbar provides the pagecontrol-style tab used in Delphi 7 IDE and previous. If you want a more modern component toolbar (Delphi 2005 and above), the proper component is the TIDEPaletteButtons. It contains a key property Engine which connects the designer to a TIDEEngine component so that it integrates itself automatically in the IDE and allows that communication with other IDE components.
Syntax
Unit: IDEMain
TIDEPaletteToolbar = class(TCustomTabControl);
Properties
| Name | Description |
|---|---|
| ButtonHints | Translations for Component hints with ClassName=Text format. |
| ButtonSize | Indicates the size (width and height) of the button in the toolbar. |
| Engine | Points to the TIDEEngine component that will perform all IDE control. |
| FlatButtons | Indicates if the buttons in toolbar will have their Flat property set to true or not. |