TShellSession

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