[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgio2.pas line 437
type TGIOStreamSpliceFlagsIdx = ( |
||
TGIOStreamSpliceFlagsIdxMinValue = 0, |
|
|
G_IO_STREAM_SPLICE_CLOSE_STREAM1 = 0, |
|
|
G_IO_STREAM_SPLICE_CLOSE_STREAM2 = 1, |
|
|
G_IO_STREAM_SPLICE_WAIT_FOR_BOTH = 2, |
|
|
TGIOStreamSpliceFlagsIdxMaxValue = 31 |
|
|
); |