[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: spellcheck.pp line 28
type TSpeller = class |
protected |
FMode: string; |
FEncoding: string; |
FLanguage: string; |
procedure SetEncoding(); |
procedure SetLanguage(); |
procedure SetMode(); |
procedure CreateSpeller; virtual; abstract; |
procedure FreeSpeller; virtual; abstract; |
public |
constructor Create; |
destructor Destroy; override; |
property Mode: string; [rw] |
property Encoding: string; [rw] |
property Language: string; [rw] |
end; |
| |
TObject |