DbGetInfo - method of the AtouchX object
Description:
Returns informations regarding the database variable.
The method returns the available informations about the database variable specified by WID and returns it in the created INFO array.
Syntax:
Integer DbGetInfo(Integer WID, Array INFO)
Parameters:
WID | (Integer) The WID of the database variable about which the information is detected. |
INFO | [for read and write] (Array) Variable where the result is saved. |
---|
Note:
Detected information.
INFO(0) Long The WID of the database variable.
INFO(1) String Database variable name.
INFO(2) Integer Number of the station that owns the database variable.
INFO(3) Integer Database variable type.
INFO(4) Integer The number of rows of the database variable. Variables of the simple type have the number of rows equal to 1.
INFO(5) Integer Number of columns of the database variable. Variables of the simple type have the number of columns columns equal to 1.