TFRDBLabel
Description
TFRLabel inserts database field text representation into t he HTML document.Text representation of the same or another field can be inserted as HREF to create t he link dynamically.
Caption
Delphi declarationDataSource
property Caption;
C++ declaration
__property Caption
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 FRDBLabel with dataset.
HREFFieldNameDelphi declaration
property FieldName: AnsiString read GetFieldName write SetFieldName;
C++ declaration
__property System::AnsiString FieldName={ read=GetFieldName, write=SetFieldName, nodefault }
Description
Field used to generate visible text in t he HTML document.
Delphi declaration
property HREFFieldName: AnsiString read GetHrefName write SetHrefName;
C++ declaration
__property System::AnsiString HREFFieldName={ read=GetHrefName, write=SetHrefName, nodefault }
Description
Field used to generate HREF in t he HTML document.