Data.DBXTransportFilter.TDBXFilterSocketChannel.Flag
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.DBXTransportFilter.pas Data.DBXTransportFilter.hpp
| |
| Unit: Data.DBXTransportFilter | |
| Parent: TDBXFilterSocketChannel | |
Delphi
property Flag: Integer read GetFlag;
C++
__property int Flag = {read=GetFlag, nodefault};
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. |