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



Byte


Unit:SDL_dstruct
Class:TByteMatrix
Declaration:property Byte[col, row: integer]: byte;

The property Byte allows the access of the byte cells of the byte matrix. The parameters col and row specify the column and the row of the matrix, respectively. The parameters col and row may take values between 1 and NrOfColumns, or 1 and NrOfRows, respectively. If any parameter holds an invalid value, no action is performed on write, and the DefaultValue is returned on read.


Last Update: 2023-Feb-06