Possible to convert ansistring to int? urgent! need assistance!!

okie basically i got this label which is to read the height of the image

i used

Label7->Caption= WindowsMediaPlayer1->ClientHeight;

i would like to use the Height for my "for loop"
such that

for(int y=1;y<height;y++)

{
so on and so forth
}

what should i do.

error message shows that cannot convert ansistring to int
Aim your documentation at SysUtils::StrToInt().

Enjoy!
Topic archived. No new replies allowed.