mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 21:50:18 +02:00
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:
parent
6fb78bd5f9
commit
ff2d42d829
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user