From 911aa245a7ce60f4d0533c2eeb2233b01745c20f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Sun, 24 Jun 2018 19:03:26 +0200 Subject: [PATCH] Publish TCEFWindowParent.Enabled, TCEFWindowParent.DoubleBuffered and TCEFWindowParent.ParentDoubleBuffered --- source/uCEFWindowParent.pas | 5 +++++ 1 file changed, 5 insertions(+) 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}