Table of Contents

TIDEEngine.PaletteButtons Property

Gets or sets the TIDEPaletteButtons component used as the modern-style palette toolbar in the IDE.

Remarks

Contains a reference to the TIDEPaletteButtons 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. This property is only available for Delphi 2005 and above.

Syntax

Unit: IDEMain

property TIDEEngine.PaletteButtons: TIDEPaletteButtons

See also