LCL: published TListBox.ItemIndex, TCheckListBox.ItemIndex

git-svn-id: trunk@39779 -
This commit is contained in:
mattias 2013-01-06 12:53:48 +00:00
parent 419a0a3a82
commit 23762136b6
2 changed files with 3 additions and 1 deletions

View File

@ -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;

View File

@ -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;