Data.DBXClient.TDBXClientCommand.DerivedExecuteUpdate
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
Unit: Data.DBXClient | |
Parent: TDBXClientCommand |
Delphi
procedure DerivedExecuteUpdate; override;
C++
virtual void __fastcall DerivedExecuteUpdate();
Description
Executes an update command.
DerivedExecuteUpdate is called by TDBXCommand.ExecuteUpdate to execute an update command when using a DataSnap connection. Every class derived from TDBXCommand must implement it.