The following code example demonstrates the use of trace_form form.
- Windows
-
- macOS
-
- Gnome
-
#define TRACE
#include <xtd/xtd>
class form1 :
public form {
public:
form1() {
text(
"Trace form example");
static int counter = 0;
};
}
private:
};
int main() {
}