Board index » delphi » [Fwd: Accessing other properties through Controls property]
Moeen Chowdhary
![]() Delphi Developer |
Mon, 17 Jul 2000 03:00:00 GMT
[Fwd: Accessing other properties through Controls property]
[ Attached Message ]
I have a problem I need some help with. In a Delphi program I am using the Controls property of I am using the following code ButtonGroup.Controls[index].Enabled := True; This code works fine however, when I try to use something like the ButtonGroup.Controls[index].Glyph.LoadFromFile('bitmap.bmp'); I get an error message using the above code. (Undefined property Does anyone know what the problem is here???? And, how can I get Any help would be appreciated. You may send replies via email to Thanks, Moeen. |