TShellSession

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

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

Return to Unit Shell


Description


To be documented

Class definitions



[Expand]

TShellSession = class(TListObject)


Function declarations



[Expand]
constructor TShellSession.Create(AShell:TShell; AIdentifier:LongWord);
Description: To be documented


[Expand]
destructor TShellSession.Destroy;
Description: To be documented


[Expand]
procedure TShellSession.SetFlags(AFlags:LongWord);
Description: To be documented


[Expand]
procedure TShellSession.SetData(AData:Pointer);
Description: To be documented


[Expand]
function TShellSession.GetPrompt:String;
Description: To be documented


[Expand]
procedure TShellSession.SetPrompt(const APrompt:String);
Description: To be documented


[Expand]
function TShellSession.AcquireLock:Boolean;
Description: To be documented


[Expand]
function TShellSession.ReleaseLock:Boolean;
Description: To be documented


[Expand]
function TShellSession.AddHistory(const ACommand:String):Boolean;
Description: To be documented


[Expand]
procedure TShellSession.ClearHistory;
Description: To be documented


[Expand]
function TShellSession.FirstHistory:String;
Description: To be documented


[Expand]
function TShellSession.LastHistory:String;
Description: To be documented


[Expand]
function TShellSession.NextHistory:String;
Description: To be documented


[Expand]
function TShellSession.PrevHistory:String;
Description: To be documented


[Expand]
function TShellSession.CurrentHistory:String;
Description: To be documented


Return to Unit Reference