Datasnap.DSSession.TDSLocalServer.Execute

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure Execute; override;

C++

virtual void __fastcall Execute();

Description

Executes when the thread runs.

The Execute method contains the code that executes when the thread runs.

See Also