Data.DBXTransportFilter.TDBXFilterSocketChannel.Regular

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Data.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Unit: Data.DBXTransportFilter
Parent: TDBXFilterSocketChannel

Delphi

Regular: Integer;

C++

static int Regular;

Description

Is used internally to mark the filter status of a byte stream.

The Regular variable is used to specify that the byte stream is not filtered.

See Also