You are here: Symbol Reference > MtxVecInt Namespace > Classes > TMtxSmallInt Class > public > TMtxSmallInt.PValues Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxSmallInt.PValues Method

Allows reading/writing individual bits of the array.

Pascal
function PValues(const row: integer; const col: integer): PAPointer; overload;

{$IFNDEF VISUAL_STUDIO} (* 

Use BitPack and BitUnpack for much faster access to bit data. *) property Bits[const row,col: integer]: boolean read GetBits write SetBits; {$ENDIF}

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!