void Setautoupdate(t_table *pt,int autoupdate);
Enables or disables autoupdating of the specified table. It must be of type TABLE_AUTOUPD. If autoupdating is on, table function periodically receives WM_USER_UPD.
Parameters:
pt
(in) Pointer to the structure of type t_table, descriptor of the table window
autoupdate
(in) Flag indicating whether autoupdating should be activated (1) or not (0)
Return values:
None
See also: