Store

Next Inspector

Products Next Inspector
Modern Object Inspector component with many new innovative item types.

Highlights

  • Powerful Object Inspector component written from scratch with passion and care!
  • Dozens of standard and unique item types, and more planed.
  • Modern look & feel with support for classic, Windows XP - 11, MS Office 365 and VCL styles.

Screenshots

Supported versions

VCL: Delphi 6 — Delphi 13 (32bit & 64bit), C++ Builder XE4 — C++ Builder 13 (32bit)

Pinned items

One or several items can be pinned (fixed) at the top of NextInspector. This items will not be scrolled when other items can't fit on screen.

To pin item, simply call Pin method of item. Pinned items can be easily accessed via Pinned array property.

Bind item to other properties

Item object include BindProperty which can be set to other component(s), or even TObject property:
Item.BindProperty := 'Padding.Left';
To which component property will be blinded is set via Associates property of Next Inspector:
Inspector.Associates.Add(Button1);

Every item is an object

Every item have own properties. Beside most common Caption and Value properties there are CaptionColor, ValueColor, Alignment properties, font properties for both caption and value, and many more.

Beside properties there are also events for each item (e.g. OnExpanded, OnValueChanged etc.), and also methods such as BestFit.

Many inovative item types

NextInspector 6 ships with 15 item types (and more planned). Some of them like TrackBar or Toolbar item helps user to enter values much faster than typing.