Next Inspector 6

Features · Downloads · Buy now

About

NextInspector is a powerful and completely new Object Inspector component with classic style (normal style) and enhanced style where Windows and MS Office themes are fully supported! It is very easy to use it in both design-time (with intuitive Nodes Editor), and also in run-time. It is so easy to develop with NextInspector as it is easy to develop with standard TreeView component.

Main Features

  • Thousands of registered users in past 10 years.
  • InplaceEdit's may be used as stand-alone components.
  • Very easy to use and learn in design time and run time
  • Modern look & feel with support for classic, Windows XP - 11, MS Office 365 and VCL styles.
  • Dozens of standard and unique item types, and more planed.
  • Powerful Object Inspector component written from scratch with passion and care!

Testimonials

Xillion ICT Solutions is a Dutch IT company. Among other IT services, we build custom software made software for our customers in a variety of industries. Mostly because standard software isn't available, or it just doesn't cut it. These days the users have high expectations of their user interface, and don't settle for an outdated, boring win95 look. Also a well designed, and fresh looking GUI design also increases the user's acceptance of the new software. Therefore we spend some time in designing a nice, and above all functional, GUI. Without Next Suit we wouldn't have been able to do this, and wouldn't get such good responses to our GUI's from our customers. Next Suite is a well built (stable!), well thought trough, flexible, and attractive set of components. They are easy and intuitive to use, it's simple to make them look good and fit your own style. The come at a very good price, and you will get very descent support. They also actually listen to what the community asks and needs. For me, they are essential for building my user interfaces.
— Xillion ICT Solutions

Screenshots

Downloads

  • NextSuite v6 Exe DemoBig Demo with components from Next Suite v6
  • NextLayout v6 Exe DemoExecutable Demo showing NextLayout6 binding capabilities
  • Next Suite v6 GuidePDF Guide for Next Suite 6
  • Supported IDEs

    Visual Component Library (VCL): Delphi 7, Delphi 6, Delphi 2005, Delphi 2007, Delphi 2010, Delphi XE, Delphi XE2, Delphi XE3, Delphi XE4, Delphi XE5, Delphi XE6, Delphi XE7, Delphi XE8, Delphi 10 Seattle, Delphi 10.1 Berlin, Delphi 10.2 Tokyo, Delphi 10.3 Rio, Delphi 10.4 Sydney, Delphi 11, Delphi 12 Athens, C++ Builder XE4, C++ Builder XE5, C++ Builder XE6, C++ Builder 10.1 Berlin, C++ Builder 10.2 Tokyo, C++ Builder 10.3 Rio (32-bit), C++ Builder 10.4 Sydney (32-bit), C++ Builder 11 (32-bit), C++ Builder 12 (32-bit)

    Features

    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. Example:

    NxSpinInspectorNode61.BindProperty := 'Padding.Left';

    To which component property will be blinded is set via Associates property of Next Inspector:

    NextInspector61.Associates.Add(Button1);

    Every item is an object

    Every item have own properties. Beside most common Caption and Value properties there is 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.

    Innovative 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.