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



TVarKind


Unit:SDL_sdlbase
Class:none
Declaration:TVarKind = (rnum, inum, lnum, snum, dnum, Bool, strg);

The type TVarKind defines the type of the variable (real, integer, longint, single, double, boolean, and string) used in the sorting routines InsertIntoArray, SortIntoArray, and SortArray.

Hint: Please mind the capital letter of ' Bool '. While this is no problem with Delphi, it is important for C++Builder programs, since the keyword 'bool' is already used in C++.


Last Update: 2023-Feb-06