This class is able to hold one value, and knows to which column and level this variable applies.
More...
|
const int | ALLCOLUMNS = 99 |
| if this is set in column, the parameter applies to all columns More...
|
|
This class is able to hold one value, and knows to which column and level this variable applies.
◆ TParameter() [1/2]
Ict.Petra.Shared.MReporting.TParameter.TParameter |
( |
String |
pname, |
|
|
TVariant |
pvalue, |
|
|
int |
pcolumn, |
|
|
int |
plevel |
|
) |
| |
|
inline |
◆ TParameter() [2/2]
Ict.Petra.Shared.MReporting.TParameter.TParameter |
( |
TParameter |
copy | ) |
|
|
inline |
copy constructor
- Parameters
-
◆ ALLCOLUMNS
const int Ict.Petra.Shared.MReporting.TParameter.ALLCOLUMNS = 99 |
|
static |
if this is set in column, the parameter applies to all columns
◆ column
int Ict.Petra.Shared.MReporting.TParameter.column |
can be between 1 and 12 and more
◆ level
int Ict.Petra.Shared.MReporting.TParameter.level |
level 1 is the main level, the bigger the number, the lower the level.
◆ name
String Ict.Petra.Shared.MReporting.TParameter.name |
◆ value
TVariant Ict.Petra.Shared.MReporting.TParameter.value |
the value of this parameter
The documentation for this class was generated from the following file: