Datasnap.DSSession.TDSLocalServer.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Execute; override;

C++

virtual void __fastcall Execute();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSLocalServer

Description

Executes when the thread runs.

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

See Also