mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-04-17 06:57:13 +02:00
Publish TCEFWindowParent.Enabled, TCEFWindowParent.DoubleBuffered and TCEFWindowParent.ParentDoubleBuffered
This commit is contained in:
parent
f05fbdc8ce
commit
911aa245a7
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user