You are here: Symbol Reference > MtxVec Namespace > Classes > TMtxVecController Class > public > TMtxVecController.ThreadDimension Property
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVecController.ThreadDimension Property

Specifies the maximum number of threads that object cache can serve.

Pascal
property ThreadDimension: integer;

Specifies maximum number of threads that object cache can serve concurrently. Each thread has its own memory pool. 

UnMarkThread must be called before a thread ends. Creating more threads than ThreadDimension will route additoinal threads in to the main threads pool. 

Before changing ThreadDimension the object cache may not be used: There may not be any TVec/TVecInt/TMtx/TMtxInt objects for which FreeIt was not called.

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