FireDAC.Phys.IBBase.TFDPhysIBCommandBase.InternalCloseStreams

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure InternalCloseStreams; override;

C++

virtual void __fastcall InternalCloseStreams();

Description

Closes any internal stream parameter and executes the command.

CloseStreams calls InternalCloseStreams.

See Also