mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 02:00:28 +02:00
AJ: Initial TUpDown, minor property additions to improve reading Delphi created forms.
git-svn-id: trunk@2675 -
This commit is contained in:
parent
d13856fc47
commit
7c8126d01e
@ -893,6 +893,7 @@ end;
|
||||
|
||||
initialization
|
||||
RegisterIntegerConsts(TypeInfo(TColor), @IdentToColor, @ColorToIdent);
|
||||
RegisterIntegerConsts(TypeInfo(TFontCharset), @IdentToCharset, @CharsetToIdent);
|
||||
|
||||
finalization
|
||||
GraphicsFinalized:=true;
|
||||
@ -905,6 +906,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.48 2002/10/01 18:00:03 lazarus
|
||||
AJ: Initial TUpDown, minor property additions to improve reading Delphi created forms.
|
||||
|
||||
Revision 1.47 2002/09/27 20:52:21 lazarus
|
||||
MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user