Datasnap.DSClientRest.TDSCustomRestConnection.BeforeExecute

提供:RAD Studio API Documentation

Delphi

procedure BeforeExecute; virtual;

C++

virtual void __fastcall BeforeExecute();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection


説明

OnBeforeExecute イベントを生成します。

BeforeExecute メソッドは、OnBeforeExecute イベントを生成します。

関連項目