Record TCefCompositionUnderline

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefCompositionUnderline = record

Description

Structure representing IME composition underline information. This is a thin wrapper around Blink's WebCompositionUnderline class and should be kept in sync with that.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_time.h">CEF source file: /include/internal/cef_time.h (cef_composition_underline_t))

Overview

Fields

Public range: TCefRange;
Public color: TCefColor;
Public background_color: TCefColor;
Public thick: integer;
Public style: TCefCompositionUnderlineStyle;

Description

Fields

Public range: TCefRange;

Underline character range.

Public color: TCefColor;

Text color.

Public background_color: TCefColor;

Background color.

Public thick: integer;

Set to true (1) for thick underline.

Public style: TCefCompositionUnderlineStyle;

Style.


Generated by PasDoc 0.16.0-snapshot.