type TCefFillLayoutRef = class(TCefLayoutRef, ICefFillLayout)
A simple Layout that causes the associated Panel's one child to be sized to match the bounds of its parent. Methods must be called on the browser process UI thread unless otherwise indicated.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_fill_layout_capi.h">CEF source file: /include/capi/views/cef_fill_layout_capi.h (cef_fill_layout_t))
class function UnWrap(data: Pointer): ICefFillLayout; |
class function UnWrap(data: Pointer): ICefFillLayout; |
|
Returns a ICefFillLayout instance using a PCefFillLayout data pointer. |