RAD Studio VCL Reference
|
Determines where the database radio group obtains the data to display.
property DataSource: TDataSource;
__property TDataSource DataSource;
DataSource holds a TDataSource object that points to a dataset component. The dataset component should be linked to the database you want to access.
DBRadioGroup1.DataSource := DataSource1;
DBRadioGroup1->DataSource = DataSource1;
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|