LCL: Make TWinControl.GetChildren public. Issue , patch from Stephano.

git-svn-id: trunk@42752 -
This commit is contained in:
juha 2013-09-12 10:13:03 +00:00
parent 023fd6ba9b
commit 8caba4283d

View File

@ -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);