TShellHistory
From Ultibo.org
Return to Unit Shell
Description
To be documented
Class definitions
TShellHistory = class(TListObject)
private
| |
FCommand:String;
|
|
FLength:Integer;
|
|
public
| |
property Command:String read FCommand write FCommand;
|
|
property Length:Integer read FLength write FLength;
|
Function declarations
None defined
Return to Unit Reference