jayanth.devarayanadurga
Banned
- Joined
- Dec 4, 2012
- Messages
- 4,280
- Helped
- 822
- Reputation
- 1,654
- Reaction score
- 791
- Trophy points
- 1,393
- Location
- Bangalore, India
- Activity points
- 0
How to get an element of Memo box?
I am using C++ Builder (RAD Studio XE4). I have a Memo Control (Multiline textbox) on my Form. I want to know how to get any element of the Memo control like in Visual Basic we use TextBox1.Text.ElementAt(i)
I want to do a similar thing in C++ Builder.
I am using C++ Builder (RAD Studio XE4). I have a Memo Control (Multiline textbox) on my Form. I want to know how to get any element of the Memo control like in Visual Basic we use TextBox1.Text.ElementAt(i)
I want to do a similar thing in C++ Builder.