Developer

TNextBar6

TNextBar6 is published class of NextBar6 component.


Unit: NxBar6.pas (SourcesNext Collection)

Hierarchy

TObject

TPersistant

TComponent

TControl

TNextBar6

NextBar6 completely replaces NxToolbar component from version 5 of Next Suite, but both components can be used together in same project.

Using component is very similar to using standard Toolbar component from RAD Studio. After NextBar6 is placed on form, items (Button, ProgressBar, TrackBar) can be added by right-clicking on component and choosing pop-up item.

Every item placed on NextBar6 component is component too (TNxBarControl6 descendant), and can be moved, resized or configured by Object Inspector.

See also