mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:19:16 +02:00
added Trace: to assert message
git-svn-id: trunk@5340 -
This commit is contained in:
parent
bf568d96bd
commit
0e960c1718
@ -126,9 +126,9 @@ End;
|
|||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
Function TWin32WidgetSet.BringWindowToTop(HWnd: HWND): Boolean;
|
Function TWin32WidgetSet.BringWindowToTop(HWnd: HWND): Boolean;
|
||||||
Begin
|
Begin
|
||||||
Assert(False, 'TWin32WidgetSet.BringWindowToTop - Start');
|
Assert(False, 'Trace:TWin32WidgetSet.BringWindowToTop - Start');
|
||||||
Result := Boolean(Windows.BringWindowToTop(HWnd));
|
Result := Boolean(Windows.BringWindowToTop(HWnd));
|
||||||
Assert(False, 'TWin32WidgetSet.BringWindowToTop - Exit');
|
Assert(False, 'Trace:TWin32WidgetSet.BringWindowToTop - Exit');
|
||||||
End;
|
End;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
@ -2941,6 +2941,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.105 2004/03/25 23:08:22 vincents
|
||||||
|
added Trace: to assert message
|
||||||
|
|
||||||
Revision 1.104 2004/03/07 12:26:31 micha
|
Revision 1.104 2004/03/07 12:26:31 micha
|
||||||
rewrite to enable drawing of disabled button
|
rewrite to enable drawing of disabled button
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user