The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



Data


Unit:SDL_ntabed
Class:TNTabEd
Declaration:Data: TDataTable;

The public variable Data provides direct access to the internal data container of the table editor. Data is an instance of the class TDataTable, and may be accessed and manipulated using its own properties and methods.

Please note that any change in Data triggers a repainting of the whole table, if SuppressPaint is FALSE (which is the default). This can slow down the (write) access to the table considerably. In such circumstances it is recommended to temporarily switch off repainting by setting SuppressPaint to TRUE.

Example: This object is used in the following example programs (see http://www.lohninger.com/examples.html for downloading the code): cluster, interpol3d, kohmap, multilinreg, ntabedit, simplepca



Last Update: 2023-Dec-13