Difference between revisions of "TThreadLinkedObjList"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit UltiboClasses __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-colla...")
 
(No difference)

Latest revision as of 05:27, 31 May 2018

Return to Unit UltiboClasses


Description


To be documented

Class definitions



[Expand]

TThreadLinkedObjList = class(TLinkedList)


Function declarations



[Expand]
constructor TThreadLinkedObjList.Create;
Description: To be documented


[Expand]
destructor TThreadLinkedObjList.Destroy;
Description: To be documented


[Expand]
procedure TThreadLinkedObjList.ClearList;
Description: To be documented


[Expand]
procedure TThreadLinkedObjList.LockList;
Description: To be documented


[Expand]
procedure TThreadLinkedObjList.UnlockList;
Description: To be documented


Return to Unit Reference