diff --git a/source/uCEFWindowParent.pas b/source/uCEFWindowParent.pas index 4e618e78..750f7765 100644 --- a/source/uCEFWindowParent.pas +++ b/source/uCEFWindowParent.pas @@ -87,8 +87,13 @@ type property TabStop; property TabOrder; property Visible; + property Enabled; property ShowHint; property Hint; + property DoubleBuffered; + {$IFDEF DELPHI12_UP} + property ParentDoubleBuffered; + {$ENDIF} end; {$IFDEF FPC}