mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 15:56:07 +02:00
LCL: Make TWinControl.GetTabOrderList virtual. Issue #24969, patch from Stephano
git-svn-id: trunk@42672 -
This commit is contained in:
parent
20221c0ed6
commit
aa33021670
@ -2183,7 +2183,7 @@ type
|
||||
procedure ScaleBy(Multiplier, Divider: Integer);
|
||||
function GetDockCaption(AControl: TControl): String; virtual;
|
||||
procedure UpdateDockCaption(Exclude: TControl = nil); virtual;
|
||||
procedure GetTabOrderList(List: TFPList);
|
||||
procedure GetTabOrderList(List: TFPList); virtual;
|
||||
function HandleAllocated: Boolean;
|
||||
function ParentHandlesAllocated: boolean; override;
|
||||
procedure HandleNeeded;
|
||||
|
Loading…
Reference in New Issue
Block a user