Record TCefPopupFeatures

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefPopupFeatures = record

Description

Popup window features.

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

Overview

Fields

Public x: Integer;
Public xSet: Integer;
Public y: Integer;
Public ySet: Integer;
Public width: Integer;
Public widthSet: Integer;
Public height: Integer;
Public heightSet: Integer;
Public isPopup: Integer;

Description

Fields

Public x: Integer;

This item has no description.

Public xSet: Integer;

This item has no description.

Public y: Integer;

This item has no description.

Public ySet: Integer;

This item has no description.

Public width: Integer;

This item has no description.

Public widthSet: Integer;

This item has no description.

Public height: Integer;

This item has no description.

Public heightSet: Integer;

This item has no description.

Public isPopup: Integer;

True (1) if browser interface elements should be hidden.


Generated by PasDoc 0.16.0-snapshot.