[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpterm.controller.pas line 196
type TTerminalSavedCursor = class |
public |
constructor Create; |
procedure Reset; |
property CursorX: Integer; [rw] |
property CursorY: Integer; [rw] |
property CursorVisible: Boolean; [rw] |
property Attribute: TAttribute; [rw] |
property GLCharacterSet: TGCharacterSet; [rw] |
property GRCharacterSet: TGCharacterSet; [rw] |
property GCharacterSets []: TDecCharacterSet; [rw] |
property Flags: TTerminalSavedCursorFlags; [rw] |
end; |
| |
TObject |