Posts Tagged ‘form’

form_data – test for off-screen data in given forms
USAGE
#include <form.h>
bool data_ahead(const FORM *form);
bool data_behind(const FORM *form);

DESCRIPTION
The function data_ahead tests whether there is off-screen data ahead in
[...]

Thursday, August 27th, 2009 at 20:44 | Comments Off
Categories: F
TOP