Datasnap.DSCommon.TDSClientCallbackChannelManager.TDSChannelThread.Execute

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSChannelThread

Delphi

procedure Execute; override;

C++

virtual void __fastcall Execute();

Description

Executes the procedure specified when constructing an instance of TDSChannelThread.

The Execute method executes the procedure referenced when constructing an instance of the TDSChannelThread class.

See Also