Data.DBXClient.TDBXClientCommand.DerivedClose

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DerivedClose; override;

C++

virtual void __fastcall DerivedClose();

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Description

Ferme la commande.

DerivedClose est appelée par TDBXCommand.Close pour fermer la commande lors de l'utilisation d'une connexion DataSnap. Chaque classe dérivée de TDBXCommand doit l'implémenter.

Voir aussi