Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » ArrayCtrl, HeaderCtrl & GridCtrl » finding row by key
finding row by key [message #20842] Mon, 13 April 2009 19:55 Go to next message
TeCNoYoTTa is currently offline  TeCNoYoTTa
Messages: 138
Registered: July 2008
Location: Egypt
Experienced Member

hello all

i have ArrayList and for Every Row i put certain key

how can i find the row by using this key !
Re: finding row by key [message #20872 is a reply to message #20842] Wed, 15 April 2009 14:22 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Using Find? Smile

	int        Find(const Value& v, int ii = 0, int from = 0) const;
	int        Find(const Value& v, Id id, int from = 0) const;



Mirek
Previous Topic: Image In Cell In ArrayCtrl ? !!
Next Topic: When ArrayCtrl is Embedded into TabCtrl, AutoHideSb() will be fail
Goto Forum:
  


Current Time: Sat Apr 27 18:11:08 CEST 2024

Total time taken to generate the page: 0.73160 seconds