Publish TCEFWindowParent.Enabled, TCEFWindowParent.DoubleBuffered and TCEFWindowParent.ParentDoubleBuffered

This commit is contained in:
Salvador Díaz Fau
2018-06-24 19:03:26 +02:00
parent f05fbdc8ce
commit 911aa245a7
+5
View File
@@ -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}