Class TDirectiveThread
Unit
Declaration
type TDirectiveThread = class(TThread)
Description
Executes a specific directive or command in a thread
Hierarchy
- TObject
- TThread
- TDirectiveThread
Overview
Fields
![]() |
FCommand: String; |
Methods
![]() |
constructor Create(const CreatePaused: Boolean; const ACommand: String); |
![]() |
procedure Execute; override; |
Description
Fields
![]() |
FCommand: String; |
|
This item has no description. | |
Methods
![]() |
constructor Create(const CreatePaused: Boolean; const ACommand: String); |
|
This item has no description. | |
![]() |
procedure Execute; override; |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.


