MG: codecompletion now checks for filebreaks, savefile now checks for filedate

git-svn-id: trunk@1067 -
This commit is contained in:
lazarus 2002-02-09 01:47:46 +00:00
parent b00c319313
commit c3aa9369cb

View File

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