Datasnap.DSSession.TDSLocalServer.Execute
[–] 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.