Some time ago we decided (in the mailling list) against using reference instead of handle

git-svn-id: trunk@52715 -
This commit is contained in:
sekelsenmat 2016-07-19 13:21:51 +00:00
parent 6fb78bd5f9
commit ff2d42d829

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 '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;