Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~102 People Reached
Favorite Forums
Favorite Tags
Member Avatar for shado.028

Hey all. Ill put this simply. {assigning 52 jpeg's to 52 different TImages} [U]What i have:[/U] for x:= 1 to 52 do case x of 1: img1.picture.loadfromfile(1.jpg); 2: img2.picture.loadfromfile(2.jpg); 3: img3.picture.loadfromfile(3.jpg); 4: img4.picture.loadfromfile(4.jpg); i think you get the picture. [U]What i want:[/U] some way of programmatically selecting a certain image …

Member Avatar for fayyaz
-1
102