type TCefPopupFeatures = record
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))
| Public | size: NativeUInt; |
| 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; |
| Public | size: NativeUInt; |
|
Size of this structure. | |
| 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. | |