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



Create


Unit: SDL_marksel
Class: TMarkSel
Declaration: constructor Create(AOwner: TComponent);

The call to the constructor Create instantiates an object of the class TMarkSel and allocates the necessary memory. The mark selection object is initialized to the following defaults:
Height := 178;
Width := 236;
NrOfColumns := 8;
NrOfRows := 6;
Selected := -1;
ColorSelFG := clNavy;
ColorSelBG := clWhite;
ColorFG := clBlack;
ColorBG := clBtnFace;
FrameStyle := fsEngraved;
ColorHilite := clRed;
ColorHiSymb := clWhite;



Last Update: 2023-Dec-13