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



SetRowAttributes


Unit: SDL_datatable
Class: TDataTable
Declaration: [1] procedure SetRowAttributes (Attrib: integer);
[2] procedure SetRowAttributes (Attrib: integer; Mask: longword);

The method SetRowAttributes sets all row attributes to the value of Attrib. Version [2] of this procedure allows you to mask out bits which have to stay unchanged. All bits in the Mask parameter which are set to zero will be left unchanged. The following figure shows the situation for the exemplary call SetRowAttributes ($0050AA68, $00F03E03), assuming that the current attribute value is $AC6468C2:



Last Update: 2023-Dec-14