Difference between revisions of "TConsoleShellThread"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Console Shell __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collap...")
 
(No difference)

Latest revision as of 01:01, 1 May 2018

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