ILabPascal - Global Variables

ILabPascal 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 ILabPascal and are initialized during program startup):

IdentifierClassDescription
Application TApplication Provides access to the Epina ImageLab 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 Epina ImageLab Chartbook which is tool to display x-y plots along with data tables and unformatted text.
CustGuiProps TCustGuiProps Gives access to the customization of the user interface.
Frm2DImg TFrm2DImg Gives access to the 2D imager
FrmHCA TFrmHCA Gives access to the form hosting the hierarchical cluster analysis.
FrmPCA TFrmPCA Gives access to the form hosting the principal component analysis.
FrmSigDist TFrmSigDist Gives access to the form hosting the signal distribution analyser.
FrmVCA TFrmVCA Gives access to the form hosting the vertex component analysis.
MatStack T2DArrayStack Universally usable matrix stack.
MData TMetaData Access the metadata of the currently loaded dataset.
MMOutPut TMemo Provides access to the output panel at the bottom right of the Script Editor.
PEData TParticles Gives access to the particle data currently loaded in the Particle Editor.
RawData TMat4D Access the raw data of the currently loaded dataset.
SCData TSpecCollection Gives access to the spectra of the spectral collection currently loaded in the Spectral Collection Editor.
SPDCData TSpdcSet Gives access to the spectral descriptors currently loaded in the Spectral Descriptor Editor.