mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-24 13:08:21 +02:00
Win32: public Canvas property for TTabControl. Patch by Marco Van de Voort. issue #22780
This commit is contained in:
parent
42bd508311
commit
45519ddb9f
@ -858,6 +858,9 @@ type
|
||||
procedure EndUpdate;
|
||||
function IsUpdating: boolean;
|
||||
public
|
||||
{$ifdef mswindows}
|
||||
property Canvas : TCanvas read FCanvas; platform;
|
||||
{$endif}
|
||||
property DisplayRect: TRect read GetDisplayRect;
|
||||
published
|
||||
property HotTrack: Boolean read GetHotTrack write SetHotTrack default False;
|
||||
|
Loading…
Reference in New Issue
Block a user