Scalabium Software

 

SMExport advertising

Knowledge for your independence.
 

 
Home Delphi and C++Builder tips


#67:How can I access to some item of TRadioGroup component?

If you want to change a some property for item in TRadioGroup, you can do it:

procedure TForm1.Button1Click(Sender: TObject);
begin
  TRadioButton(RadioGroup1.Controls[1]).Enabled := False;
end;

Of course, you can change the any property for each item.

See also
 
Word Web-stream
ExcelFile Viewer
DBLoad
ABA Spreadsheet Convert
Paradox to Text converter
DBISAM Viewer
Paradox ActiveX
MAPIMail
DBExport tools
SMMsg suite
 
 
Contact to webmaster

 

Borland Software CodeGear Embarcadero Technologies Scalabium Delphi tips

Copyrightc 1998-2012, Scalabium Software. All rights reserved.
webmaster@scalabium.com

March 6, 2000

SMExport advertising