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

TGSocketMsgFlags

Declaration

Source position: lazgio2.pas line 954

type TGSocketMsgFlags = set of (

  TGSocketMsgFlagsIdxMinValue = 0,

  

  G_SOCKET_MSG_OOB = 0,

  

  G_SOCKET_MSG_PEEK = 1,

  

  G_SOCKET_MSG_DONTROUTE = 2,

  

  TGSocketMsgFlagsIdxMaxValue = 31

  

);