[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgio2.pas line 365
type TGOutputStreamSpliceFlagsIdx = ( |
||
TGOutputStreamSpliceFlagsIdxMinValue = 0, |
|
|
G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE = 0, |
|
|
G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET = 1, |
|
|
TGOutputStreamSpliceFlagsIdxMaxValue = 31 |
|
|
); |