Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tExtendedNode

Declaration

Source position: agraphics.pas line 901

type tExtendedNode = record

  xln_Succ: pNode;

  

  xln_Pred: pNode;

  

  xln_Type: Byte;

  

NT_GRAPHICS

  xln_Pri: ShortInt;

  

  xln_Name: PChar;

  

  xln_Subsystem: Byte;

  

VIEW_EXTRA_TYPE, VIEWPORT_EXTRA_TYPE, SPECIAL_MONITOR_TYPE or MONITOR_SPEC_TYPE

  xln_Subtype: Byte;

  

SS_GRAPHICS

  xln_Library: LongInt;

  

  xln_Init: Pointer;

  

end;


Documentation generated on: 2021-07-30