mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
LCL: deprecated hint
git-svn-id: trunk@47824 -
This commit is contained in:
parent
3c7f6d63b1
commit
2b3e6ffe55
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user