mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 17:29:13 +02:00
fixed fpc 1.0.x compilation
git-svn-id: trunk@6417 -
This commit is contained in:
parent
1c996f9973
commit
39db8229af
@ -377,6 +377,7 @@ type
|
|||||||
function ISEOF: boolean;
|
function ISEOF: boolean;
|
||||||
protected
|
protected
|
||||||
{$ifdef ver1_0}
|
{$ifdef ver1_0}
|
||||||
|
property AutoFillColumns;
|
||||||
property FixedColor;
|
property FixedColor;
|
||||||
{$endif}
|
{$endif}
|
||||||
procedure BeforeMoveSelection(const DCol,DRow: Integer); override;
|
procedure BeforeMoveSelection(const DCol,DRow: Integer); override;
|
||||||
@ -2986,6 +2987,9 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.25 2004/12/25 21:46:23 vincents
|
||||||
|
fixed fpc 1.0.x compilation
|
||||||
|
|
||||||
Revision 1.24 2004/12/23 19:24:46 mattias
|
Revision 1.24 2004/12/23 19:24:46 mattias
|
||||||
added auto column sizing from Jesus
|
added auto column sizing from Jesus
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user