Мастер участка
Группа: Участник
Сообщений: 575
|
1.Specifies the index of the selected item.
__property int ItemIndex = {read=GetItemIndex, write=SetItemIndex, nodefault};
2.Returns a list view item, if any, with the specified caption.
TListItem* __fastcall FindCaption(int StartIndex, AnsiString Value, bool Partial, bool Inclusive, bool Wrap);
3.Returns a list view item, if any, associated with the specified data.
TListItem* __fastcall FindData(int StartIndex, void * Value, bool Inclusive, bool Wrap);
Любое, что больше нравится или их комбинация...
|