Fix TJDBLabeledDateTimeEdit published properties

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3515 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jujibo
2014-09-03 07:57:53 +00:00
parent 3d4c5282fd
commit c74e2e922a

View File

@ -95,32 +95,36 @@ type
property Button: TSpeedButton read FButton; property Button: TSpeedButton read FButton;
property ButtonWidth: integer read GetButtonWidth write SetButtonWidth; property ButtonWidth: integer read GetButtonWidth write SetButtonWidth;
// From TEdit
property Action; property Action;
property Align; property Align;
property Alignment; property Alignment;
property Anchors; property Anchors;
property AutoSize;
property AutoSelect; property AutoSelect;
property AutoSize;
property BidiMode; property BidiMode;
property BorderStyle;
property BorderSpacing; property BorderSpacing;
property BorderStyle;
property CharCase; property CharCase;
property Color; property Color;
property Constraints; property Constraints;
property DragCursor; property DragCursor;
property DragKind;
property DragMode; property DragMode;
property EditLabel; property EditLabel;
property Enabled; property Enabled;
property Font; property Font;
property HideSelection; property LabelPosition;
property LabelSpacing;
property MaxLength; property MaxLength;
property ParentBidiMode; property ParentColor;
property ParentFont;
property ParentShowHint;
property PopupMenu;
property ShowHint;
property TabOrder;
property TabStop;
property Visible;
property OnChange; property OnChange;
property OnChangeBounds;
property OnClick; property OnClick;
property OnContextPopup;
property OnDblClick; property OnDblClick;
property OnDragDrop; property OnDragDrop;
property OnDragOver; property OnDragOver;
@ -132,21 +136,10 @@ type
property OnKeyPress; property OnKeyPress;
property OnKeyUp; property OnKeyUp;
property OnMouseDown; property OnMouseDown;
property OnMouseEnter;
property OnMouseLeave;
property OnMouseMove; property OnMouseMove;
property OnMouseUp; property OnMouseUp;
property OnResize;
property OnStartDrag; property OnStartDrag;
property OnUTF8KeyPress; property OnUTF8KeyPress;
property ParentColor;
property ParentFont;
property ParentShowHint;
property PopupMenu;
property ShowHint;
property TabStop;
property TabOrder;
property Visible;
end; end;
procedure Register; procedure Register;