TConsoleSession

From Ultibo.org
Revision as of 01:00, 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



TConsoleSession = class(TShellSession)

public
constructor Create(AShell:TShell; AIdentifier:LongWord);  
public
Command:String;  
MaxX:LongWord;  
MaxY:LongWord;  
LastX:LongWord;  
LastY:LongWord;  
FirstX:LongWord;  
FirstY:LongWord;  
CurrentX:LongWord;  
CurrentY:LongWord;  
Mode:LongWord;  
Shape:LongWord;  
Window:TWindowHandle;  


Function declarations



constructor TConsoleSession.Create(AShell:TShell; AIdentifier:LongWord);
Description: To be documented
Note None documented


Return to Unit Reference