LCL: deprecated hint

git-svn-id: trunk@47824 -
This commit is contained in:
mattias 2015-02-16 11:54:18 +00:00
parent 3c7f6d63b1
commit 2b3e6ffe55

View File

@ -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;
property Handle: HFONT read GetHandle write SetHandle; deprecated 'use Reference.Handle instead';
function IsDefault: boolean;
function IsEqual(AFont: TFont): boolean; virtual;
property IsMonoSpace: boolean read GetIsMonoSpace;