- This topic has 1 reply, 2 voices, and was last updated 2020-09-13 at 5:16 pm by .
Viewing 1 reply thread
Viewing 1 reply thread
- You must be logged in to reply to this topic.
Home › Forums › Konopka Signature VCL Controls (formerly Raize Components) › TRzTabbedListBox
Hi,
Can you provide an example of how you use this component, please? I’m trying the Cells element to load data but keep getting Row parameter out of range, no matter what the value I’m putting in the cell:
tlComps.Cells[ 1, i ]:= FieldByName(‘Competition’).AsString;
I find the Help & Demo very useful, but could always do with short examples of how to use the ‘extra’ facilities provided by your components.
Hi Barry,
The Cells property is a convenience property for accessing portions (i.e. cells) of an item already in the list. The property makes it easier to extract a specific piece of information as well as updating a specific piece instead of having to work with the entire item.
For example, in the following example, a new item is added to the list and then the Cells property is used to change the ‘b’ to ‘Hello’.
RzTabbedListBox1.Add( ‘a’#9’b’ );
RzTabbedListBox1.Cells[ 1, 0 ] := ‘Hello’;
Ray
We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Manage your cookie preferences below:
Essential cookies enable basic functions and are necessary for the proper function of the website.
These cookies are needed for adding comments on this website.
These cookies are used for managing login functionality on this website.
Stripe is a payment processing platform that enables businesses to accept online payments securely and efficiently.
Service URL: stripe.com (opens in a new window)