LCL: changed default RTTI value of Ctl3d to false

git-svn-id: trunk@18353 -
This commit is contained in:
mattias 2009-01-20 11:27:10 +00:00
parent f8114b3622
commit 3502222ac1

View File

@ -1119,7 +1119,7 @@ type
protected protected
// optional properties (not every descendent supports them) // optional properties (not every descendent supports them)
property ActionLink: TControlActionLink read FActionLink write FActionLink; property ActionLink: TControlActionLink read FActionLink write FActionLink;
property Ctl3D: Boolean read FCtl3D write FCtl3D;//Is this needed for anything other than compatability? property Ctl3D: Boolean read FCtl3D write FCtl3D default false;//Is this needed for anything other than compatability?
// MWE: no and even on delphi it is deprecated. 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 DragCursor: TCursor read FDragCursor write SetDragCursor default crDrag;
property DragKind: TDragKind read FDragKind write FDragKind default dkDrag; property DragKind: TDragKind read FDragKind write FDragKind default dkDrag;