mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 10:36:01 +02:00
MG: added include comments
git-svn-id: trunk@1618 -
This commit is contained in:
parent
d02846cc88
commit
b55a0943cc
@ -1,3 +1,5 @@
|
|||||||
|
// included by stdctrls.pp
|
||||||
|
|
||||||
{******************************************************************************
|
{******************************************************************************
|
||||||
TCustomComboBox
|
TCustomComboBox
|
||||||
******************************************************************************}
|
******************************************************************************}
|
||||||
@ -305,9 +307,13 @@ Begin
|
|||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
// included by stdctrls.pp
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.7 2002/04/18 08:09:03 lazarus
|
||||||
|
MG: added include comments
|
||||||
|
|
||||||
Revision 1.6 2002/03/25 17:59:20 lazarus
|
Revision 1.6 2002/03/25 17:59:20 lazarus
|
||||||
GTK Cleanup
|
GTK Cleanup
|
||||||
Shane
|
Shane
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// included by stdctrls.pp
|
||||||
|
|
||||||
(******************************************************************************
|
(******************************************************************************
|
||||||
TEdit
|
TEdit
|
||||||
******************************************************************************)
|
******************************************************************************)
|
||||||
@ -110,9 +112,14 @@ Begin
|
|||||||
if Assigned(FOnChange) then FOnChange(Self);
|
if Assigned(FOnChange) then FOnChange(Self);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
// included by stdctrls.pp
|
||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.7 2002/04/18 08:09:03 lazarus
|
||||||
|
MG: added include comments
|
||||||
|
|
||||||
Revision 1.6 2002/03/25 17:59:20 lazarus
|
Revision 1.6 2002/03/25 17:59:20 lazarus
|
||||||
GTK Cleanup
|
GTK Cleanup
|
||||||
Shane
|
Shane
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
// included by stdctrls.pp
|
||||||
|
|
||||||
(******************************************************************************
|
(******************************************************************************
|
||||||
TCustomMemo
|
TCustomMemo
|
||||||
******************************************************************************)
|
******************************************************************************)
|
||||||
@ -70,10 +72,14 @@ begin
|
|||||||
//TODO:Call sendmessage
|
//TODO:Call sendmessage
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
// included by stdctrls.pp
|
||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.5 2002/04/18 08:09:03 lazarus
|
||||||
|
MG: added include comments
|
||||||
|
|
||||||
Revision 1.4 2002/03/25 17:59:20 lazarus
|
Revision 1.4 2002/03/25 17:59:20 lazarus
|
||||||
GTK Cleanup
|
GTK Cleanup
|
||||||
Shane
|
Shane
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
Detailed description of the Unit.
|
Detailed description of the Unit.
|
||||||
}
|
}
|
||||||
|
|
||||||
unit stdctrls;
|
unit StdCtrls;
|
||||||
|
|
||||||
{$mode objfpc}
|
{$mode objfpc}
|
||||||
{$LONGSTRINGS ON}
|
{$LONGSTRINGS ON}
|
||||||
@ -581,6 +581,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.24 2002/04/18 08:09:03 lazarus
|
||||||
|
MG: added include comments
|
||||||
|
|
||||||
Revision 1.23 2002/04/18 07:53:08 lazarus
|
Revision 1.23 2002/04/18 07:53:08 lazarus
|
||||||
MG: fixed find declaration of forward def class
|
MG: fixed find declaration of forward def class
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user