Units
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Class TMPHColors

Unit

MPHexEditor

Declaration

type TMPHColors = class()

Description

persistent color storage (contains the colors in hex editors)

Properties

Overview

Private property Background: TColor;
Private property ChangedBackground: TColor;
Private property ChangedText: TColor;
Private property CurrentOffset: TColor;
Private property CurrentOffsetBackground: TColor;
Private property CursorFrame: TColor;
Private property EvenColumn: TColor;
Private property Grid: TColor;
Private property OddColumn: TColor;
Private property Offset: TColor;
Private property OffsetBackGround: TColor;
Public property Parent: TControl;

Description

Private property Background: TColor;

background color

Private property ChangedBackground: TColor;

background color of modified bytes (in overwrite mode)

Private property ChangedText: TColor;

foreground color of modified bytes (in overwrite mode)

Private property CurrentOffset: TColor;

foreground color of the current line in the offset pane (gutter)

Private property CurrentOffsetBackground: TColor;

background color of the current line in the offset pane (gutter)

Private property CursorFrame: TColor;

color of the cursor and position frame in the second pane

Private property EvenColumn: TColor;

foreground color of even columns

Private property Grid: TColor;

pen color of the grid

Private property OddColumn: TColor;

foreground color of odd columns

Private property Offset: TColor;

foreground color of the line offsets

Private property OffsetBackGround: TColor;

background color of the offset pane (gutter)

Public property Parent: TControl;

parent hex editor control


Generated by DIPasDoc 0.8.0 on Fri 25 Oct 2002 15:50:00