mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 20:43:46 +02:00
LCL: Make TWinControl.GetChildren public. Issue #24974, patch from Stephano.
git-svn-id: trunk@42752 -
This commit is contained in:
parent
023fd6ba9b
commit
8caba4283d
@ -1952,7 +1952,6 @@ type
|
||||
procedure CalculatePreferredSize(var PreferredWidth,
|
||||
PreferredHeight: integer;
|
||||
WithThemeSpace: Boolean); override;
|
||||
procedure GetChildren(Proc: TGetChildProc; Root: TComponent); override;
|
||||
function ChildClassAllowed(ChildClass: TClass): boolean; override;
|
||||
procedure PaintControls(DC: HDC; First: TControl);
|
||||
procedure PaintHandler(var TheMessage: TLMPaint);
|
||||
@ -2158,6 +2157,7 @@ type
|
||||
procedure SetControlIndex(AControl: TControl; NewIndex: integer);
|
||||
function Focused: Boolean; virtual;
|
||||
function PerformTab(ForwardTab: boolean): boolean; virtual;
|
||||
procedure GetChildren(Proc: TGetChildProc; Root: TComponent); override;
|
||||
function FindChildControl(const ControlName: String): TControl;
|
||||
procedure SelectNext(CurControl: TWinControl;
|
||||
GoForward, CheckTabStop: Boolean);
|
||||
|
Loading…
Reference in New Issue
Block a user