Documents
NextGrid & NextDBGrid
- Integrating Inplace Editors
- Upgrade existing projects for loading changes
- FieldChooser Tutorial
- NextGrid How To
- Html Column Tutorial
- NextGrid Slide Style Tutorial
- InputLine Tutorial
- Edit events in NextGrid
- NextGrid Vista Style
NextGrid
- NextGrid Quick Start
- Graphic Column Tutorial
- Optimize NextGrid
- Custom Draw in NextGrid
- VirtualColumn Tutorial
- NextGrid Custom Sorting
- TreeColumn Tutorial
NextDBGrid
NextInspector
- NextInspector Item Types
- NextInspector Quick Start
- NextDBInspector Tutorial
- NextInspector Advanced tutorial
- Map VCL property to item
NextSheet
NextCollection
- NxInfoPanel Tutorial
- NxPathControl and NxNotebook tutorial
- NxAlertWindow Tutorial
- NxPathControl Quick Start
- NxButton Tutorial
- NxOutlookBar Tutorial
- NxFlipPanel and NxHeaderPanel Quick Start
- NxPageControl and NxNotebook Quick Start
Misc
- DateTime FormatMask
- NxAutoCompletion Tutorial
- Using NxColorScheme
- NxComboBox styles
- Enable typing unicode characters in InplaceEditors
- NxProgress Tutorial
- NxPreview Quick Start
- Numeric FormatMask
- Component Names Change
- 32bit Bitmaps Tutorial
Labs
Component Names Change
Related Articles:
Info
- Skill:
- Version: 1.0.0
- Author: Bojan Nikolic
- Created: 2008-09-29
- Updated: 2008-10-01
Downloads
1. New Names and Old Names
Each component in Suite now have "Nx" prefix in name:
TTextualEditor -> TNxEdit TTextualColumn -> TNxTextColumn TDateItem -> TNxDateItem TAlertView -> TNxAlertWindow ...
Only main components have "Next" prefix in name:
TGridView -> TNextGrid TDBGridView -> TNextDBGrid TPropertiesView -> TNextInspector TDBPropertiesView -> TNextDBInspector
Click here to read complete list with old and new names.
2. Convert your Projects using Converter
Converter will convert Component Names in your applications automatically.
Converter backup every file, but is strongly recommended that you backup your existing project first!

1. Click on "Add" Button and add .PAS, .CPP, .H, .HPP and .DFM (Form File) files you want to convert.
2. Click on "Convert" Button. Converter will create convert and backup each file.
3. Run and test your applications.
3. Unit Names
Unit names are not automatically converted. When you start converted project, new unit names will be automatically added and you only need to delete old unit names from list.