[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: editors.pas line 105
type TIndicator = object(TView) |
Location: Objects.TPoint; |
Modified: Boolean; |
AutoIndent: Boolean; |
WordWrap: Boolean; |
constructor Init(); |
procedure Draw; virtual; |
function GetPalette; virtual; |
procedure SetState(); virtual; |
procedure SetValue(); |
end; |
| |
| |
TObject |