[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpterm.pas line 55
type TTerminal = class |
public |
constructor Create(); |
destructor Destroy; override; |
procedure Update(); |
procedure Run; |
property InputOutputConnection: ITerminalInputOutputConnection; [rw] |
property Width: Integer; [r] |
property Height: Integer; [r] |
end; |
| |
TObject |