mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 13:09:39 +02:00
LCL: Remove commented properties from published sections. They are shown as docs for following properties in OI info box. Issue #31481.
git-svn-id: trunk@54348 -
This commit is contained in:
parent
d53f65cba4
commit
88a333dcd7
@ -1644,19 +1644,13 @@ type
|
|||||||
property DragCursor;
|
property DragCursor;
|
||||||
property DragKind;
|
property DragKind;
|
||||||
property DragMode;
|
property DragMode;
|
||||||
// property DefaultItemHeight;
|
|
||||||
// property DropTarget;
|
|
||||||
property Enabled;
|
property Enabled;
|
||||||
// property FlatScrollBars;
|
|
||||||
property Font;
|
property Font;
|
||||||
// property FullDrag;
|
|
||||||
property GridLines;
|
property GridLines;
|
||||||
property HideSelection;
|
property HideSelection;
|
||||||
// property HotTrack;
|
|
||||||
// property HotTrackStyles;
|
|
||||||
// property HoverTime;
|
|
||||||
property IconOptions;
|
property IconOptions;
|
||||||
// property ItemIndex; shouldn't be published, see bug 16367
|
// ItemIndex shouldn't be published, see bug 16367
|
||||||
|
|
||||||
property Items;
|
property Items;
|
||||||
property LargeImages;
|
property LargeImages;
|
||||||
property MultiSelect;
|
property MultiSelect;
|
||||||
@ -1671,7 +1665,6 @@ type
|
|||||||
property ScrollBars;
|
property ScrollBars;
|
||||||
property ShowColumnHeaders;
|
property ShowColumnHeaders;
|
||||||
property ShowHint;
|
property ShowHint;
|
||||||
// property ShowWorkAreas;
|
|
||||||
property SmallImages;
|
property SmallImages;
|
||||||
property SortColumn;
|
property SortColumn;
|
||||||
property SortDirection;
|
property SortDirection;
|
||||||
@ -2281,7 +2274,6 @@ type
|
|||||||
property ChildSizing;
|
property ChildSizing;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
property Color;
|
property Color;
|
||||||
//property Customizable: Boolean read FCustomizable write SetCustomizable default False;
|
|
||||||
property DisabledImages: TCustomImageList read FDisabledImages write SetDisabledImages;
|
property DisabledImages: TCustomImageList read FDisabledImages write SetDisabledImages;
|
||||||
property DragCursor;
|
property DragCursor;
|
||||||
property DragKind;
|
property DragKind;
|
||||||
@ -2294,12 +2286,10 @@ type
|
|||||||
property Flat: Boolean read FFlat write SetFlat default True;
|
property Flat: Boolean read FFlat write SetFlat default True;
|
||||||
property Font;
|
property Font;
|
||||||
property Height default 32;
|
property Height default 32;
|
||||||
//property HideClippedButtons: Boolean read FHideClippedButtons write SetHideClippedButtons default False;
|
|
||||||
property HotImages: TCustomImageList read FHotImages write SetHotImages;
|
property HotImages: TCustomImageList read FHotImages write SetHotImages;
|
||||||
property Images: TCustomImageList read FImages write SetImages;
|
property Images: TCustomImageList read FImages write SetImages;
|
||||||
property Indent: Integer read FIndent write SetIndent default 1;
|
property Indent: Integer read FIndent write SetIndent default 1;
|
||||||
property List: Boolean read FList write SetList default False;
|
property List: Boolean read FList write SetList default False;
|
||||||
//property Menu: TMainMenu read FMenu write SetMenu;
|
|
||||||
property ParentColor;
|
property ParentColor;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
property ParentShowHint;
|
property ParentShowHint;
|
||||||
@ -3610,7 +3600,6 @@ type
|
|||||||
property Anchors;
|
property Anchors;
|
||||||
property AutoExpand;
|
property AutoExpand;
|
||||||
property BorderSpacing;
|
property BorderSpacing;
|
||||||
//property BiDiMode;
|
|
||||||
property BackgroundColor;
|
property BackgroundColor;
|
||||||
property BorderStyle;
|
property BorderStyle;
|
||||||
property BorderWidth;
|
property BorderWidth;
|
||||||
@ -3631,7 +3620,6 @@ type
|
|||||||
property Indent;
|
property Indent;
|
||||||
property MultiSelect;
|
property MultiSelect;
|
||||||
property MultiSelectStyle;
|
property MultiSelectStyle;
|
||||||
//property ParentBiDiMode;
|
|
||||||
property ParentColor default False;
|
property ParentColor default False;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
property ParentShowHint;
|
property ParentShowHint;
|
||||||
@ -3677,7 +3665,6 @@ type
|
|||||||
property OnEdited;
|
property OnEdited;
|
||||||
property OnEditing;
|
property OnEditing;
|
||||||
property OnEditingEnd;
|
property OnEditingEnd;
|
||||||
//property OnEndDock;
|
|
||||||
property OnEndDrag;
|
property OnEndDrag;
|
||||||
property OnEnter;
|
property OnEnter;
|
||||||
property OnExit;
|
property OnExit;
|
||||||
@ -3700,7 +3687,6 @@ type
|
|||||||
property OnResize;
|
property OnResize;
|
||||||
property OnSelectionChanged;
|
property OnSelectionChanged;
|
||||||
property OnShowHint;
|
property OnShowHint;
|
||||||
//property OnStartDock;
|
|
||||||
property OnStartDrag;
|
property OnStartDrag;
|
||||||
property OnUTF8KeyPress;
|
property OnUTF8KeyPress;
|
||||||
property Options;
|
property Options;
|
||||||
|
Loading…
Reference in New Issue
Block a user