[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGSeekType

Declaration

Source position: lazglib2.pas line 340

type TGSeekType = (

  TGSeekTypeMinValue = - $7FFFFFFF,

  

  G_SEEK_CUR = 0,

  

  G_SEEK_SET = 1,

  

  G_SEEK_END = 2,

  

  TGSeekTypeMaxValue = $7FFFFFFF

  

);