LCL: TToggleBox published properties: BidiMode, Contstraints, Color, Font, ParentBidiMode, ParentFont.

git-svn-id: trunk@31331 -
This commit is contained in:
zeljko 2011-06-22 12:22:58 +00:00
parent 7789de2338
commit 1ad62b1229

View File

@ -1297,13 +1297,17 @@ type
property AllowGrayed; property AllowGrayed;
property Anchors; property Anchors;
property AutoSize; property AutoSize;
property BidiMode;
property BorderSpacing; property BorderSpacing;
property Caption; property Caption;
property Checked; property Checked;
property Color;
property Constraints;
property DragCursor; property DragCursor;
property DragKind; property DragKind;
property DragMode; property DragMode;
property Enabled; property Enabled;
property Font;
property Hint; property Hint;
property OnChange; property OnChange;
property OnClick; property OnClick;
@ -1318,6 +1322,8 @@ type
property OnMouseMove; property OnMouseMove;
property OnMouseUp; property OnMouseUp;
property OnStartDrag; property OnStartDrag;
property ParentBidiMode;
property ParentFont;
property ParentShowHint; property ParentShowHint;
property PopupMenu; property PopupMenu;
property ShowHint; property ShowHint;