Documents

NextGrid & NextDBGrid

NextGrid

NextDBGrid

NextInspector

NextSheet

NextCollection

Misc

Labs

NextGrid .NET

Component Names Change

Related Articles:

Info
  • Skill:
  • Version: 1.0.0
  • Author: Bojan Nikolic
  • Created: 2008-09-29
  • Updated: 2008-10-01
Downloads
This article is created for GridView users

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.

Was This Article Useful?

Only constructive comments, code contributions... will be publishes. Questions, non-official discussion will not be published.