LST_GETINFO action


Function
Action detects the total number of records in list of objects.
Declaration


 LST_GETINFO h, nrObjs
Parameters


hinIdentifier of the Int type - unique handle on created list of objects.
nrObjsoutIdentifier of tge Int type - total number of objects in list (it is not number of objects on one page!).
Description
Action detects  the total number of records in list of objects.
If entered handle on list does not exist, event generates an error ERR_NO_DATA.
Example