DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


Create

Declaration: TDataTable.Create (AOwner: TComponent);
Constructs a new data table and initializes its data. Please note that Create must be called before any other access to the data table. See the overview of the TDataTable structure for an example how to create a data table.