AJ: Initial TUpDown, minor property additions to improve reading Delphi created forms.

git-svn-id: trunk@2675 -
This commit is contained in:
lazarus 2002-08-18 04:56:40 +00:00
parent d13856fc47
commit 7c8126d01e

View File

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