Source position: uCEFTypes.pas line 4358
type TCefBrowserSettings = record |
||
size: NativeUInt; |
|
|
windowless_frame_rate: Integer; |
|
|
standard_font_family: TCefString; |
|
|
fixed_font_family: TCefString; |
|
|
serif_font_family: TCefString; |
|
|
sans_serif_font_family: TCefString; |
|
|
cursive_font_family: TCefString; |
|
|
fantasy_font_family: TCefString; |
|
|
default_font_size: Integer; |
|
|
default_fixed_font_size: Integer; |
|
|
minimum_font_size: Integer; |
|
|
minimum_logical_font_size: Integer; |
|
|
default_encoding: TCefString; |
|
|
remote_fonts: TCefState; |
|
|
javascript: TCefState; |
|
|
javascript_close_windows: TCefState; |
|
|
javascript_access_clipboard: TCefState; |
|
|
javascript_dom_paste: TCefState; |
|
|
image_loading: TCefState; |
|
|
image_shrink_standalone_to_fit: TCefState; |
|
|
text_area_resize: TCefState; |
|
|
tab_to_links: TCefState; |
|
|
local_storage: TCefState; |
|
|
databases: TCefState; |
|
|
webgl: TCefState; |
|
|
background_color: TCefColor; |
|
|
chrome_status_bubble: TCefState; |
|
|
chrome_zoom_bubble: TCefState; |
|
|
end; |
CT Web help |
CodeTyphon Studio |