mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 00:02:50 +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 Items;
|
||||
property ItemHeight;
|
||||
property ItemIndex;
|
||||
property MultiSelect;
|
||||
property OnChangeBounds;
|
||||
property OnClick;
|
||||
|
@ -578,7 +578,7 @@ type
|
||||
property Font;
|
||||
property IntegralHeight: boolean read FIntegralHeight write FIntegralHeight default False; // not implemented
|
||||
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 MultiSelect: boolean read FMultiSelect write SetMultiSelect default False;
|
||||
property OnChangeBounds;
|
||||
@ -642,6 +642,7 @@ type
|
||||
property IntegralHeight;
|
||||
property Items;
|
||||
property ItemHeight;
|
||||
property ItemIndex;
|
||||
property MultiSelect;
|
||||
property OnChangeBounds;
|
||||
property OnClick;
|
||||
|
Loading…
Reference in New Issue
Block a user