mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 12:39:23 +02:00
LCL: published TListBox.ItemIndex, TCheckListBox.ItemIndex
git-svn-id: trunk@39779 -
This commit is contained in:
parent
419a0a3a82
commit
23762136b6
@ -109,6 +109,7 @@ type
|
|||||||
property IntegralHeight;
|
property IntegralHeight;
|
||||||
property Items;
|
property Items;
|
||||||
property ItemHeight;
|
property ItemHeight;
|
||||||
|
property ItemIndex;
|
||||||
property MultiSelect;
|
property MultiSelect;
|
||||||
property OnChangeBounds;
|
property OnChangeBounds;
|
||||||
property OnClick;
|
property OnClick;
|
||||||
|
@ -578,7 +578,7 @@ type
|
|||||||
property Font;
|
property Font;
|
||||||
property IntegralHeight: boolean read FIntegralHeight write FIntegralHeight default False; // not implemented
|
property IntegralHeight: boolean read FIntegralHeight write FIntegralHeight default False; // not implemented
|
||||||
property ItemHeight: Integer read GetItemHeight write SetItemHeight;
|
property ItemHeight: Integer read GetItemHeight write SetItemHeight;
|
||||||
property ItemIndex: integer read GetItemIndex write SetItemIndex;
|
property ItemIndex: integer read GetItemIndex write SetItemIndex default -1;
|
||||||
property Items: TStrings read FItems write SetItems;
|
property Items: TStrings read FItems write SetItems;
|
||||||
property MultiSelect: boolean read FMultiSelect write SetMultiSelect default False;
|
property MultiSelect: boolean read FMultiSelect write SetMultiSelect default False;
|
||||||
property OnChangeBounds;
|
property OnChangeBounds;
|
||||||
@ -642,6 +642,7 @@ type
|
|||||||
property IntegralHeight;
|
property IntegralHeight;
|
||||||
property Items;
|
property Items;
|
||||||
property ItemHeight;
|
property ItemHeight;
|
||||||
|
property ItemIndex;
|
||||||
property MultiSelect;
|
property MultiSelect;
|
||||||
property OnChangeBounds;
|
property OnChangeBounds;
|
||||||
property OnClick;
|
property OnClick;
|
||||||
|
Loading…
Reference in New Issue
Block a user