[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msesyntaxedit.pas line 42
type tsyntaxedit = class(tundotextedit) |
public |
constructor create(); override; |
destructor destroy; override; |
procedure setsyntaxdef(); |
procedure refreshsyntax(); |
function charatpos(); |
function charbeforepos(); |
function wordatpos(); |
procedure indent(); |
procedure unindent(); |
procedure removelink; |
procedure showlink(); |
procedure selectword(); |
function matchbracket(); |
function matchpairword(); |
property pairwords: pairwordsty; [rw] |
property syntaxpainterhandle: Integer; [r] |
function syntaxchanging; |
property autoindent: Boolean; [rw] |
property markbrackets: Boolean; [rw] |
property markpairwords: Boolean; [rw] |
property caseinsensitive: Boolean; [rw] |
published |
property syntaxpainter: tsyntaxpainter; [rw] |
property options: syntaxeditoptionsty; [rw] |
property pairmarkbkgcolor: colorty; [rw] |
property pairmaxrowcount: int32; [rw] |
end; |
| |
| |
| |
tcustomtextedit,igridwidget,istatfile,iassistiveclientgridwidget |
| |
| |
| |
| |
| |
| |
twidget,iscrollframe,iface,iassistiveclient |
| |
| |
tmsecomponent,ievent,iificommand,iificlient |
| |
tcomponent |
? |
TObject |