Memory Pool for the Entry memory
Source position: MUIClass.List.pas line 109
public property TMUIList.Pool : Pointer |
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.
|
Specify the thresh size for the lists memory pool. |
|
|
Specify the puddle size for the lists memory pool. |
|
|
Constrcut a new List Entry |
|
|
Destroy an Entry which is removed from the List |