TConsoleShellThread

From Ultibo.org
Revision as of 01:01, 1 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit Console Shell __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collap...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Return to Unit Console Shell


Description


To be documented

Class definitions



TConsoleShellThread = class(TThread)

public
constructor Create(AShell:TConsoleShell);  
protected
FShell:TConsoleShell;  
 
procedure Execute; override;  


Function declarations



constructor TConsoleShellThread.Create(AShell:TConsoleShell);
Description: To be documented
Note None documented


procedure TConsoleShellThread.Execute;
Description: To be documented
Note None documented


Return to Unit Reference