type ICefLayout = interface(ICefBaseRefCounted)
A Layout handles the sizing of the children of a Panel according to implementation-specific heuristics. Methods must be called on the browser process UI thread unless otherwise indicated.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_layout_capi.h">CEF source file: /include/capi/views/cef_layout_capi.h (cef_layout_t))
function AsBoxLayout: ICefBoxLayout; |
|
function AsFillLayout: ICefFillLayout; |
|
function IsValid: boolean; |
property Valid : boolean read IsValid; |
function AsBoxLayout: ICefBoxLayout; |
|
Returns this Layout as a BoxLayout or NULL if this is not a BoxLayout. Attributes
|
function AsFillLayout: ICefFillLayout; |
|
Returns this Layout as a FillLayout or NULL if this is not a FillLayout. |
function IsValid: boolean; |
|
Returns true (1) if this Layout is valid. |
property Valid : boolean read IsValid; |
|
This item has no description. |