TTXRVisible is base class for all other visible TXReport components.
Description
Do not create instance of TTXRVisible.
ColCount
Count of columns.ColStartDelphi declaration
property ColCount: Integer read GetColCount write SetColCount;
C++ declaration
__property int ColCount={ read=GetColCount, write=SetColCount, nodefault }
Description
Columns in component.
Start column.MasterDelphi declaration
property ColStart: Integer read GetColStart write SetColStart;
C++ declaration
__property int ColStart={ read=GetColStart, write=SetColStart, nodefault }
Description
The first column occupied by the component.
RowDelphi declaration
property Master: TTXCustomController read GetMaster write SetMaster default Nil;
C++ declaration
__property TTXCustomController *Master={ read=GetMaster, write=SetMaster, default=0 }
Description
Master controller used to create master/datail reports.
Start row.RowCountDelphi declaration
property Row: Integer read GetRow write SetRow;
C++ declaration
__property int Row={ read=GetRow, write=SetRow, nodefault }
Description
The first row occupied by the component.
Count of rows.Delphi declaration
property RowCount: Integer read GetRowCount write SetRowCount;
C++ declaration
__property int RowCount={ read=GetRowCount, write=SetRowCount, nodefault }
Description
Lines in the component.