Unit 'MUIClass.List' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIList.Pool

Memory Pool for the Entry memory

Declaration

Source position: MUIClass.List.pas line 108

public property TMUIList.Pool : Pointer
  read FPool
  write SetPool;

Description

Pass something from CreatePool() here if you dont want the list to create its own memory pool but use this one instead. Note that list class does not use semaphore protection when accessing the pool, you must not use pools which are accessed from different tasks than the applications main task.

The Pool Pointer is passed as parameter when the OnConstruct or OnDestruct is called.

See also

PoolThreshSize

  

Specify the thresh size for the lists memory pool.

PoolPuddleSize

  

Specify the puddle size for the lists memory pool.

OnConstruct

  

Constrcut a new List Entry

OnDestruct

  

Destroy an Entry which is removed from the List


Documentation generated on: 2024-04-26