DLabPascal provides a few public variables which are globally available throughout a script and which need not to be declared by the user (they are automatically declared by DLabPascal and are initialized during program startup):
Identifier | Class | Description |
Application |
TApplication |
Provides access to the DataLab process on an operating system label. Be careful to use it because accessing the Application instance might cause unexpected and potentially dangerous results. |
ChartBook |
TChartBook |
Provides access to the DataLab Chartbook which is tool to display x-y plots along with data tables and unformatted text.
|
DStore |
TDataTable |
Provides access to the data table of DataLab. See DStore for details.
|
FrmMLR |
TFrmMLR |
Gives access to the form hosting the multiple linear regression. |
FrmPCA |
TFrmPCA |
Gives access to the form hosting the principal component analysis. |
MMOutPut |
TMemo |
Provides access to the output panel at the bottom right of the Script Editor. |