TFRBandContents - Events - Properties
Description
Use TFRBand to divide your HTML document in t o paragaphs.Use TFRBand with DataSource to repeat t he paragraph once fo r each record in t he d atabase.
Contents - TFRBand - Properties
OnNeedData
Delphi declaration
property OnNeedData: TFROnNeedData read FOnNeedData write FOnNeedData;
C++ declaration
__property TFROnNeedData OnNeedData={ read=FOnNeedData, write=FOnNeedData }
Description
Use OnNeedData event to repeat band and read data from sources, other than t he database.
BandLines
BandTypeDelphi declaration
property BandLines: TFRBandLines read FBandLines write FBandLines;
C++ declaration
__property TFRBandLines BandLines={ read=FBandLines, write=FBandLines, nodefault }
Description
Use BandLines to draw lines on top or bottom of your band.
DataSourceDelphi declaration
property BandType: TFRBandType read FBandType write FBandType;
C++ declaration
__property TFRBandType BandType={ read=FBandType, write=FBandType, nodefault }
Description
Use BandType to insert band as <P>..</P> section or as <DIV>...</DIV> section.
StyleDelphi declaration
property DataSource: TDataSource read FDataSource write SetDataSource;
C++ declaration
__property Db::TDataSource *DataSource={ read=FDataSource, write=SetDataSource, nodefault }
Description
Use DataSource to repeat band once for each record in t he database.
Delphi declaration
property Style;
C++ declaration
__property Style