size : 186 uploaded_on : Fri Oct 2 00:00:00 1998 modified_on : Wed Dec 8 14:03:11 1999 title : Disable radio button in Radiogroup org_filename : RadioEnable.txt author : Erling Grape authoremail : grape@nl.telia.no description : Enable/Disable one or more items in radioGroup keywords : tested : not tested yet submitted_by : The CKB Crew submitted_by_email : ckb@netalive.org uploaded_by : nobody modified_by : nobody owner : nobody lang : plain file-type : text/plain category : delphi-commoncontrols __END_OF_HEADER__ >how to disable 1/more (not all) radio button in RadioGroup? TControl(RadioGroup1.Components[0]).Enabled := false; TControl(RadioGroup1.Components[1]).Enabled := true; - Erling G