Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~550 People Reached
Favorite Forums
Favorite Tags
Member Avatar for MarkHolm

This seems to work well until I try to create the 11th button. Any suggestions? [CODE] procedure TForm1.FormClick(Sender: TObject); var nb: TButton; begin Inc(n); nb := TButton.Create(Self); nb.OnClick := ButtonClick; SetLength(ca, n); ca[n] := nb; ca[n].Left := 8; ca[n].Top := (((n - 1) * nb.Height) + 8); ca[n].ParentWindow := Form1.Handle; …

Member Avatar for Wolfgan
0
392
Member Avatar for MarkHolm

Just a bit about myself, I guess. Having grown up in South Africa in the bad old days, Im now live in Wellington, New Zealand. The stats: 1 wife 2 kids 1 car 1 house 0 mortgage 1 life The background: I came to programming from a mechanical engineering background …

Member Avatar for stone2191
0
158