QuercusVL Programming Manual
3.19.1. Properties
Current
●
C++:
C:
Returns the selected summary from the record. To change the selected summary use
the methods MoveFirst, MoveNext, MovePrevious and MoveLast. The selected summary
will
always
HistoricSummaries class).
In C++, if there is no available summary returns and invalid one (see IsValid from
Summary class) .
In C the parameter "h" is a handler of summary record (HistoricSummaries). Returns a
handler of the summary (Summary).
In C, when the object is no more needed, the function VL_Summary_Release must be
called (see Release method from Summary class).
In C, if there is no available summary, returns null.
3.19.2. Methods
MoveFirst
●
C++:
C:
Assigns to Current property, the information of the record's first summary, that
complies with the applied filter
class).
In C the parameter "h" is a handler of summary record (HistoricSummaries).
MoveNext
●
C++:
C:
Assigns to Current property, the information of the record's next summary, that
complies with the applied filter
class).
In C the parameter "h" is a handler of summary record (HistoricSummaries).
MovePrevious
●
Quercus Technologies
Summary get_Current()
int VL_HistoricSummaries_get_Current(int h)
comply
with
the
void MoveFirst()
void VL_HistoricSummaries_MoveFirst(int h)
bool MoveNext()
int VL_HistoricSummaries_MoveNext(int h)
applied
filter
(see
(see the method SetFilter from HistoricSummaries
(see the method SetFilter from HistoricSummaries
the
method
SetFilter
of
55
Need help?
Do you have a question about the SmartLoop TS and is the answer not in the manual?