Class TStdConsole (unit Console)

Inherits from

TCustomConsole

Constructors


constructor Create( anOwner :TComponent );



Functions

procedure ClearInput;


function ReadString( cbLength :Integer ) :String;


procedure WriteString( const S :String );


procedure CreateConsole;


procedure CtrlBreak;


procedure DestroyConsole;


procedure UpdateCOnsoleTitle;

TStdConsole

function GetHandle( Index :Integer ):THandle;


Properties

property AutoOpen :


property InputHandle : THandle


property OutputHandle : THandle


Events

event OnClose :


event OnCtrlBreak : TNotifyEvent


event OnOpen :


Variables

FOnCtrlBreak : TNotifyEvent;



Constructors


constructor Create( anOwner :TComponent );


Functions


procedure ClearInput;


function ReadString( cbLength :Integer ) :String;


procedure WriteString( const S :String );


procedure CreateConsole;


procedure CtrlBreak;


procedure DestroyConsole;


procedure UpdateCOnsoleTitle;

TStdConsole


function GetHandle( Index :Integer ):THandle;


Properties


property AutoOpen :


property InputHandle : THandle


property OutputHandle : THandle


Events


event OnClose :


event OnCtrlBreak : TNotifyEvent


event OnOpen :


Variables


FOnCtrlBreak : TNotifyEvent;