Source position: agraphics.pas line 901
type tExtendedNode = record |
xln_Succ: pNode; |
xln_Pred: pNode; |
xln_Type: Byte; |
xln_Pri: ShortInt; |
xln_Name: STRPTR; |
xln_Subsystem: Byte; |
xln_Subtype: Byte; |
xln_Library: LongInt; |
xln_Init: Pointer; |
end; |