TFRDBList
Description
Use TFRDBList to generate ordered or unordered lists based on t he database.
DataSource
FieldNameDelphi declaration
property DataSource: TDataSource read GetDataSource write SetDataSource default Nil;
C++ declaration
__property Db::TDataSource *DataSource={ read=GetDataSource, write=SetDataSource, default=0 }
Description
Use DataSource to link FRDBList with dataset.
HREFField
Description
Name of t he field that will be used to get text for list items.
Description
Name of t he field that will be used to get HREF values for list items.