Skip to main content

TdxBarItemControl.BeginGroupChanged Method

This method is called when changing the BeginGroup property.

Declaration

procedure BeginGroupChanged; virtual;

Remarks

This method calls the RepaintBar method of the parent toolbar to redraw all item controls. Descendants can override this method to perform special actions when changing an item link’s BeginGroup property.

See Also