From ff2d42d8293f68f724a665763a3a5674b4236a0a Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Tue, 19 Jul 2016 13:21:51 +0000 Subject: [PATCH] Some time ago we decided (in the mailling list) against using reference instead of handle git-svn-id: trunk@52715 - --- lcl/graphics.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/graphics.pp b/lcl/graphics.pp index 6362550b30..3f2019e0aa 100644 --- a/lcl/graphics.pp +++ b/lcl/graphics.pp @@ -561,7 +561,7 @@ type procedure EndUpdate; property FontData: TFontData read GetData write SetData; function HandleAllocated: boolean; - property Handle: HFONT read GetHandle write SetHandle; deprecated 'use Reference.Handle instead'; + property Handle: HFONT read GetHandle write SetHandle; function IsDefault: boolean; function IsEqual(AFont: TFont): boolean; virtual; property IsMonoSpace: boolean read GetIsMonoSpace;