RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBRadioGroup.DataSource Property

Determines where the database radio group obtains the data to display.

Pascal
property DataSource: TDataSource;
C++
__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!