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

TGIOError

Declaration

Source position: lazglib2.pas line 402

type TGIOError = (

  TGIOErrorMinValue = - $7FFFFFFF,

  

  G_IO_ERROR_NONE = 0,

  

  G_IO_ERROR_AGAIN = 1,

  

  G_IO_ERROR_INVAL = 2,

  

  G_IO_ERROR_UNKNOWN = 3,

  

  TGIOErrorMaxValue = $7FFFFFFF

  

);