mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 04:56:02 +02:00
added GraphType aliases for Delphi compatibility
git-svn-id: trunk@8963 -
This commit is contained in:
parent
2fd40eed9d
commit
b3acb323cf
@ -59,6 +59,14 @@ const
|
||||
mrYesToAll = mrNone + 10;
|
||||
mrLast = mrYesToAll;
|
||||
|
||||
// define aliases for Delphi compatibility
|
||||
fsSurface = GraphType.fsSurface;
|
||||
fsBorder = GraphType.fsBorder;
|
||||
|
||||
bvNone = GraphType.bvNone;
|
||||
bvLowered = GraphType.bvLowered;
|
||||
bvRaised = GraphType.bvRaised;
|
||||
bvSpace = GraphType.bvSpace;
|
||||
|
||||
type
|
||||
TWinControl = class;
|
||||
|
Loading…
Reference in New Issue
Block a user