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

Obtains a pointer to the integer value of the vector at Index.

Pascal
function PValues(Index: integer): PAPointer; override;

The function returns address of element at Values[i]. Under .NET, internal memory must be Pinned first. See Pin and UnPin

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