type TMPHColors = class(TPersistent)
![]() | property Background: TColor; |
![]() | property ChangedBackground: TColor; |
![]() | property ChangedText: TColor; |
![]() | property CurrentOffset: TColor; |
![]() | property CurrentOffsetBackground: TColor; |
![]() | property CursorFrame: TColor; |
![]() | property EvenColumn: TColor; |
![]() | property Grid: TColor; |
![]() | property NonFocusCursorFrame: TColor; |
![]() | property OddColumn: TColor; |
![]() | property Offset: TColor; |
![]() | property OffsetBackGround: TColor; |
![]() | property Parent: TControl; |
![]() | property Background: TColor; |
background color
![]() | property ChangedBackground: TColor; |
background color of modified bytes (in overwrite mode)
![]() | property ChangedText: TColor; |
foreground color of modified bytes (in overwrite mode)
![]() | property CurrentOffset: TColor; |
foreground color of the current line in the offset pane (gutter)
![]() | property CurrentOffsetBackground: TColor; |
background color of the current line in the offset pane (gutter)
![]() | property CursorFrame: TColor; |
color of the cursor and position frame in the second pane
![]() | property EvenColumn: TColor; |
foreground color of even columns
![]() | property Grid: TColor; |
pen color of the grid
![]() | property NonFocusCursorFrame: TColor; |
color of a cursor frame in a non-focused editor
![]() | property OddColumn: TColor; |
foreground color of odd columns
![]() | property Offset: TColor; |
foreground color of the line offsets
![]() | property OffsetBackGround: TColor; |
background color of the offset pane (gutter)
![]() | property Parent: TControl; |
parent hex editor control