Difference between revisions of "TShellHistory"

From Ultibo.org
Jump to: navigation, search
(Created page with "Return to Unit Shell __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collap...")
 
(No difference)

Latest revision as of 04:07, 29 May 2018

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