mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-25 08:37:29 +01:00
fixed compilation for fpc 1.0.10
git-svn-id: trunk@5700 -
This commit is contained in:
parent
4b1ebca16e
commit
06bc03d2d6
@ -9,4 +9,7 @@ You need to install
|
|||||||
For example:
|
For example:
|
||||||
ln -s /usr/local/firebird/lib/libfbclient.so /usr/lib/libgds.so
|
ln -s /usr/local/firebird/lib/libfbclient.so /usr/lib/libgds.so
|
||||||
|
|
||||||
|
|
||||||
|
Links:
|
||||||
|
http://www.progdigy.com/
|
||||||
|
|
||||||
|
|||||||
@ -1454,7 +1454,6 @@ type
|
|||||||
procedure ParentFormInitializeWnd; virtual; //gets called by InitializeWnd of parent form
|
procedure ParentFormInitializeWnd; virtual; //gets called by InitializeWnd of parent form
|
||||||
procedure ReAlign; // realign all childs
|
procedure ReAlign; // realign all childs
|
||||||
procedure RealSetText(const Value: TCaption); override;
|
procedure RealSetText(const Value: TCaption); override;
|
||||||
procedure ReCreateWnd;
|
|
||||||
procedure RemoveFocus(Removing: Boolean);
|
procedure RemoveFocus(Removing: Boolean);
|
||||||
procedure SendMoveSizeMessages(SizeChanged, PosChanged: boolean); override;
|
procedure SendMoveSizeMessages(SizeChanged, PosChanged: boolean); override;
|
||||||
procedure SetBorderStyle(NewStyle: TBorderStyle); virtual;
|
procedure SetBorderStyle(NewStyle: TBorderStyle); virtual;
|
||||||
@ -1536,6 +1535,7 @@ type
|
|||||||
Procedure Insert(AControl: TControl);
|
Procedure Insert(AControl: TControl);
|
||||||
Procedure Insert(AControl: TControl; Index: integer);
|
Procedure Insert(AControl: TControl; Index: integer);
|
||||||
Procedure Remove(AControl: TControl);
|
Procedure Remove(AControl: TControl);
|
||||||
|
procedure ReCreateWnd;
|
||||||
procedure SetBounds(aLeft, aTop, aWidth, aHeight: integer); override;
|
procedure SetBounds(aLeft, aTop, aWidth, aHeight: integer); override;
|
||||||
procedure Hide;
|
procedure Hide;
|
||||||
procedure Repaint; override;
|
procedure Repaint; override;
|
||||||
@ -2346,6 +2346,9 @@ end.
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.227 2004/07/23 22:14:22 mattias
|
||||||
|
fixed compilation for fpc 1.0.10
|
||||||
|
|
||||||
Revision 1.226 2004/07/14 15:57:53 mattias
|
Revision 1.226 2004/07/14 15:57:53 mattias
|
||||||
fixed 1.0.10 compilation from Vincent
|
fixed 1.0.10 compilation from Vincent
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user