mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-09 19:56:03 +02:00
MG: codecompletion now checks for filebreaks, savefile now checks for filedate
git-svn-id: trunk@1067 -
This commit is contained in:
parent
b00c319313
commit
c3aa9369cb
@ -424,6 +424,11 @@ begin
|
||||
Result := False;
|
||||
end;
|
||||
|
||||
function TInterfaceBase.RadioMenuItemGroup(hMenu: HMENU; bRadio: Boolean): Boolean;
|
||||
begin
|
||||
Result := false;
|
||||
end;
|
||||
|
||||
function TInterfaceBase.RealizePalette(DC: HDC): Cardinal;
|
||||
begin
|
||||
Result := 0;
|
||||
@ -605,6 +610,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.34 2002/08/07 09:55:30 lazarus
|
||||
MG: codecompletion now checks for filebreaks, savefile now checks for filedate
|
||||
|
||||
Revision 1.33 2002/08/05 10:45:02 lazarus
|
||||
MG: TMenuItem.Caption can now be set after creation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user