FireDAC.Phys.IBBase.TFDPhysIBCommandBase.FHasIntStreams

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: protected
Source:
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
Unit: FireDAC.Phys.IBBase
Parent: TFDPhysIBCommandBase

Delphi

FHasIntStreams: Boolean;

C++

bool FHasIntStreams;

Description

Indicates whether the command receives one or more internal stream parameters (True) or none (False).

See Also