[Overview][Constants][Types][Classes][Index] Reference for unit 'TTTypes' (#lazutils)

TVecRecord

Declaration

Source position: tttypes.pas line 549

type TVecRecord = record

  n: Int;

  

  org_x: PCoordinates;

  

  org_y: PCoordinates;

  

  cur_x: PCoordinates;

  

  cur_y: PCoordinates;

  

  touch: PTouchTable;

  

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.