fixed typo

git-svn-id: trunk@18352 -
This commit is contained in:
mattias 2009-01-20 11:15:21 +00:00
parent 0224b90a6d
commit f8114b3622

View File

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