| |
| Disabling a radio button in a TRadioGroup |
 |
Is it possible to disable a given radio button in a RadioGroup?
The following example demonstrates accessing a individual radio button in a TRadioGroup component. Note that the RadioGroup.Controls is a zero based array.
Example:
procedure TForm .Button Click(Sender: TObject);
begin
TRadioButton(RadioGroup .Controls[ ]). Enabled := False;
end;
|
|
| Hits/month |
2,500,000+ |
Downloads (Since May 2000) |
7,393,709 |
| Total Files |
6,023 |
| Forum msgs |
7,670 |
| Articles/FAQs |
70+/900+ |
Top Selling Software at Amazon
|