Tag for AllocNamedObjectA(). Tag to define priority
Source position: utility.pas line 54
| const ANO_Priority = 4002; | 
This is the List priority of the NamedObject and should be a ShortInt value between -128 and 127. This is taken into account in adding and finding NamedObjects, as the highest priority NamedObject will be returned first. The default value is 0.
| 
 | Allocate a named object. | |
| 
 | VarArgs Version for AllocNamedObjectA() |