Data.DBXTransportFilter.TDBXFilterSocketChannel.Flag
Delphi
property Flag: Integer read GetFlag;
C++
__property int Flag = {read=GetFlag, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Data.DBXTransportFilter.pas Data.DBXTransportFilter.hpp |
Data.DBXTransportFilter | TDBXFilterSocketChannel |
Description
Specifies the filter status of a byte stream.
The Flag property specifies the filter status of a byte stream. The following table lists the possible values for Flag:
| Value | Meaning |
|---|---|
|
0 |
PENDANT--no decision has been made yet. |
|
-1 |
REGULAR--regular byte stream. |
|
1 |
FILTERED--filtered byte stream. |