TConsoleSession
From Ultibo.org
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