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

TGOutputStreamSpliceFlags

Declaration

Source position: lazgio2.pas line 371

type TGOutputStreamSpliceFlags = set of (

  TGOutputStreamSpliceFlagsIdxMinValue = 0,

  

  G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE = 0,

  

  G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET = 1,

  

  TGOutputStreamSpliceFlagsIdxMaxValue = 31

  

);