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....



TVTypeSpec


Unit:SDL_datatable
Class: none
Declaration:
TVTypeSpec = record
               MScaleType : TMScaleType;
               IDs        : array[1..DT_MaxNominalIDs] of TNominalIDStr;
             end;


The type declaration TVTypeSpec defines the structure for assigning nominal or ordinal values to a variable (column).

Hint: This type is declared in the interface section for syntactical reasons only. The user cannot access this data structure directly (use NominalID and MScaleType, instead).



Last Update: 2023-Dec-14