NTabEd: Setting the Precision and the Column Name

Problem In C++ how do I

1]  Set the precision of the numbers in the column,
2]  Change the name of a column or row.

All your examples in the help files are Pascal, and I am having no luck converting to the C++ implementation.
Solution Example to change the precision and the name of column 2 of NTabEd1:
        
  NTabEd1->Precision[2] = 1;
  NTabEd1->ColName[2] = "TEST";

Unexperienced users most often have problems with case sensitivity in C++. If you are not sure about the exact spelling, look into the interface list of the corresponding unit.

 


Last Update: 2006-01-13