2024-02-24 12:01:31 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > cef4delphi: uCEFTypes: Record TCefCompositionUnderline< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta name = "generator" content = "PasDoc 0.16.0-snapshot" >
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" >
< link rel = "StyleSheet" type = "text/css" href = "pasdoc.css" >
< / head >
< body >
< span id = "TCefCompositionUnderline" > < / span > < h1 class = "cio" > Record TCefCompositionUnderline< / h1 >
< div class = "sections" >
< div class = "one_section" > < a class = "section" href = "#PasDoc-Description" > Description< / a > < / div > < div class = "one_section" > Hierarchy< / div > < div class = "one_section" > < a class = "section" href = "#PasDoc-Fields" > Fields< / a > < / div > < div class = "one_section" > Methods< / div > < div class = "one_section" > Properties< / div > < / div >
< span id = "PasDoc-Description" > < / span > < h2 class = "unit" > Unit< / h2 >
< p class = "unitlink" >
< a href = "uCEFTypes.html" > uCEFTypes< / a > < / p >
< h2 class = "declaration" > Declaration< / h2 >
< p class = "declaration" >
< code > type TCefCompositionUnderline = record< / code > < / p >
< h2 class = "description" > Description< / h2 >
< p >
Structure representing IME composition underline information. This is a thin wrapper around Blink's WebCompositionUnderline class and should be kept in sync with that. < / p >
< p >
< p > < see href=" < a href = "https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_time.h" > https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_time.h< / a > " > CEF source file: /include/internal/cef_time.h (cef_composition_underline_t))< / p >
< h2 class = "overview" > Overview< / h2 >
< span id = "PasDoc-Fields" > < / span > < h3 class = "summary" > Fields< / h3 >
< table class = "summary wide_list" >
< tr class = "list" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
2025-02-16 15:02:10 +01:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFTypes.TCefCompositionUnderline.html#size" > size< / a > < / strong > : < a href = "uCEFTypes.html#NativeUInt" > NativeUInt< / a > ;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / tr >
< tr class = "list2" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
2025-02-16 15:02:10 +01:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFTypes.TCefCompositionUnderline.html#range" > range< / a > < / strong > : < a href = "uCEFTypes.TCefRange.html" > TCefRange< / a > ;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / tr >
< tr class = "list" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
2025-02-16 15:02:10 +01:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFTypes.TCefCompositionUnderline.html#color" > color< / a > < / strong > : < a href = "uCEFTypes.html#TCefColor" > TCefColor< / a > ;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / tr >
< tr class = "list2" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
2025-02-16 15:02:10 +01:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFTypes.TCefCompositionUnderline.html#background_color" > background_color< / a > < / strong > : < a href = "uCEFTypes.html#TCefColor" > TCefColor< / a > ;< / code > < / td >
2024-02-24 12:01:31 +01:00
< / tr >
< tr class = "list" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
2025-02-16 15:02:10 +01:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFTypes.TCefCompositionUnderline.html#thick" > thick< / a > < / strong > : integer;< / code > < / td >
< / tr >
< tr class = "list2" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < code > < strong > < a href = "uCEFTypes.TCefCompositionUnderline.html#style" > style< / a > < / strong > : < a href = "uCEFTypes.html#TCefCompositionUnderlineStyle" > TCefCompositionUnderlineStyle< / a > ;< / code > < / td >
< / tr >
< / table >
< h2 class = "description" > Description< / h2 >
< h3 class = "detail" > Fields< / h3 >
< table class = "detail wide_list" >
< tr class = "list" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
2025-02-16 15:02:10 +01:00
< td class = "itemcode" > < span id = "size" > < / span > < code > < strong > size< / strong > : < a href = "uCEFTypes.html#NativeUInt" > NativeUInt< / a > ;< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Size of this structure. < / p >
< / td > < / tr >
< / table >
< table class = "detail wide_list" >
< tr class = "list" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
2024-02-24 12:01:31 +01:00
< td class = "itemcode" > < span id = "range" > < / span > < code > < strong > range< / strong > : < a href = "uCEFTypes.TCefRange.html" > TCefRange< / a > ;< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Underline character range. < / p >
< / td > < / tr >
< / table >
< table class = "detail wide_list" >
< tr class = "list" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
< td class = "itemcode" > < span id = "color" > < / span > < code > < strong > color< / strong > : < a href = "uCEFTypes.html#TCefColor" > TCefColor< / a > ;< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Text color. < / p >
< / td > < / tr >
< / table >
< table class = "detail wide_list" >
< tr class = "list" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
< td class = "itemcode" > < span id = "background_color" > < / span > < code > < strong > background_color< / strong > : < a href = "uCEFTypes.html#TCefColor" > TCefColor< / a > ;< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Background color. < / p >
< / td > < / tr >
< / table >
< table class = "detail wide_list" >
< tr class = "list" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
< td class = "itemcode" > < span id = "thick" > < / span > < code > < strong > thick< / strong > : integer;< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Set to true (1) for thick underline. < / p >
< / td > < / tr >
< / table >
< table class = "detail wide_list" >
< tr class = "list" >
< td class = "visibility" > < a href = "legend.html" > < img src = "public.gif" alt = "Public" title = "Public" > < / a > < / td >
< td class = "itemcode" > < span id = "style" > < / span > < code > < strong > style< / strong > : < a href = "uCEFTypes.html#TCefCompositionUnderlineStyle" > TCefCompositionUnderlineStyle< / a > ;< / code > < / td >
< / tr >
< tr > < td colspan = "2" >
< p >
Style. < / p >
< / td > < / tr >
< / table >
< hr > < span class = "appinfo" > < em > Generated by < a href = "https://pasdoc.github.io/" > PasDoc 0.16.0-snapshot< / a > . < / em >
< / span >
< / body > < / html >