TShellHistory

From Ultibo.org
Revision as of 04:07, 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



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