Datasnap.DSClientRest.TDSRestConnection.OnBeforeExecute
Delphi
property OnBeforeExecute: TNotifyEvent read FBeforeExecute write FBeforeExecute;
C++
__property OnBeforeExecute;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| event | published | Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp |
Datasnap.DSClientRest | TDSRestConnection |
説明
TDSCustomRestConnection が、実行のためにエンコードしたメソッド呼び出しを送信する前に、発生します。 {{#multireplace:Datasnap.DSClientRest.TDSRestConnection.OnBeforeExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Datasnap.DSClientRest.TDSCustomRestConnection.OnBeforeExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Datasnap.DSClientRest.TDSCustomRestConnection.OnBeforeExecute|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。
TDSCustomRestConnection が、実行のためにエンコードしたメソッド呼び出しを送信する前に、発生します。
OnBeforeExecute イベント ハンドラを記述して、エンコードされたメソッド呼び出しを、それがサーバーに対して送信される前に、検討または変更します。