Table of Contents

TIDEEngine.PaletteToolbar Property

Gets or sets the TIDEPaletteToolbar component used as the classic-style palette toolbar in the IDE.

Remarks

Contains a reference to the TIDEPaletteToolbar component that will be used as the palette toolbar in the IDE. You only need to set this property if you are building your own custom IDE. If you are using TIDEDialog component to display the predefined IDE, this property will be set automatically. Assign the component to this property is the same as associating the Engine property of component to this TIDEEngine.

Syntax

Unit: IDEMain

property TIDEEngine.PaletteToolbar: TIDEPaletteToolbar

See also