MG: added include comments

git-svn-id: trunk@953 -
This commit is contained in:
lazarus 2002-02-09 01:47:29 +00:00
parent 5bb3552d16
commit e42c0d23a8

View File

@ -751,7 +751,6 @@ type
function DoKeyPress(var Message: TLMKey): Boolean; function DoKeyPress(var Message: TLMKey): Boolean;
function DoKeyUp(var Message: TLMKey): Boolean; function DoKeyUp(var Message: TLMKey): Boolean;
function GetClientOrigin: TPoint; override; function GetClientOrigin: TPoint; override;
function GetClientRect: TRect; override;
function GetDeviceContext(var WindowHandle: HWnd): HDC; override; function GetDeviceContext(var WindowHandle: HWnd): HDC; override;
Function IsControlMouseMsg(var Message : TLMMOuse): Boolean; Function IsControlMouseMsg(var Message : TLMMOuse): Boolean;
property BorderWidth : TBorderWidth read FBorderWidth write SetBorderWidth default 0; property BorderWidth : TBorderWidth read FBorderWidth write SetBorderWidth default 0;
@ -1220,6 +1219,9 @@ end.
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.40 2002/04/18 08:13:36 lazarus
MG: added include comments
Revision 1.39 2002/04/18 08:09:03 lazarus Revision 1.39 2002/04/18 08:09:03 lazarus
MG: added include comments MG: added include comments