WID | (Long) WID database variables, which will terminate the sequential write process and perform a physical write. |
---|---|
Row | (Integer)
If the written database variable is of simple type then the parameter has no meaning.
If the written database variable is a matrix then the parameter defines the index of the initial row of the matrix (zero-based index) where it is written. |
Col | (Integer)
If the written database variable is of simple type then the parameter has no meaning.
If the database variable being written is a matrix, then the parameter defines the index of the initial column of the matrix (zero-based index) where it is written. |
Rows | (Integer)
If the written database variable is of simple type then the parameter has no meaning.
If the written database variable is a matrix then the parameter defines the number of rows of the matrix to be written. |
Cols | (Integer)
If the written database variable is of simple type then the parameter has no meaning.
If the written database variable is a matrix then the parameter defines the number of columns of the matrix to be written. |
Param | (Variant) The value that is passed unchanged to the sequential write termination event. |
var oATC = pMe.Pm("/AtouchApp").Acx;
var nWID = 2005;
var nParam = 80;
var nState = oATC.NetComposeEnd(nWID, 3, 0, 10, 8, nParam);