I am using C++ Builder for programming iOS Applications . In my application I set an array of TImage
TImage *Image[10] ;
But i dont know the length of the array at runtime. So how do i replace the 10 for a variable to set a variable array length. When i just replace the 10 for an integer Variable i get an erfror that the Array cant be declared with a Variable length