FireDAC.Phys.IBBase.TFDPhysIBCommandBase.InternalCloseStreams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InternalCloseStreams; override;

C++

virtual void __fastcall InternalCloseStreams();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDPhysIBCommandBase

Description

Closes any internal stream parameter and executes the command.

CloseStreams calls InternalCloseStreams.

See Also