TdxBarManager.OnBarAdd Event
Occurs after a new toolbar has been added.
Declaration
property OnBarAdd: TdxBarEvent read; write;
Remarks
Handle the OnBarAdd event to perform specific actions after a new toolbar (specified by the ABar parameter) has been created. Toolbar creation occurs when it’s added to the toolbars collection of the current bar manager specified by the Sender parameter.
See Also