mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 15:36:03 +02:00
fixed typo
git-svn-id: trunk@18352 -
This commit is contained in:
parent
0224b90a6d
commit
f8114b3622
@ -1120,7 +1120,7 @@ type
|
||||
// optional properties (not every descendent supports them)
|
||||
property ActionLink: TControlActionLink read FActionLink write FActionLink;
|
||||
property Ctl3D: Boolean read FCtl3D write FCtl3D;//Is this needed for anything other than compatability?
|
||||
// MWE: no and even on delphi it is depreciated. IMO we remove this
|
||||
// MWE: no and even on delphi it is deprecated. IMO we remove this
|
||||
property DragCursor: TCursor read FDragCursor write SetDragCursor default crDrag;
|
||||
property DragKind: TDragKind read FDragKind write FDragKind default dkDrag;
|
||||
property DragMode: TDragMode read fDragMode write SetDragMode default dmManual;
|
||||
|
Loading…
Reference in New Issue
Block a user