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 TabStop;
|
||||||
property TabOrder;
|
property TabOrder;
|
||||||
property Visible;
|
property Visible;
|
||||||
|
property Enabled;
|
||||||
property ShowHint;
|
property ShowHint;
|
||||||
property Hint;
|
property Hint;
|
||||||
|
property DoubleBuffered;
|
||||||
|
{$IFDEF DELPHI12_UP}
|
||||||
|
property ParentDoubleBuffered;
|
||||||
|
{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$IFDEF FPC}
|
{$IFDEF FPC}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user