mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-24 06:08:14 +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;
|
procedure EndUpdate;
|
||||||
property FontData: TFontData read GetData write SetData;
|
property FontData: TFontData read GetData write SetData;
|
||||||
function HandleAllocated: boolean;
|
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 IsDefault: boolean;
|
||||||
function IsEqual(AFont: TFont): boolean; virtual;
|
function IsEqual(AFont: TFont): boolean; virtual;
|
||||||
property IsMonoSpace: boolean read GetIsMonoSpace;
|
property IsMonoSpace: boolean read GetIsMonoSpace;
|
||||||
|
Loading…
Reference in New Issue
Block a user