Home - RAD C++ GUI Lib 1.2.2 Documentation
Published on March 09, 2007 [03:04:02 PM]



Browse class : Form

Property : procedure     ( Write Only )


Description

To attach new procedure to a form, e.g. type of procedure : FormProcedure myProc(FormProcArgs);
Remarks

e.g.

Form form1("My Form");

FormProcedure myProc(FormProcArgs) {
...... //track all notifications here
return 0; //always return ZERO or 'false'
}

//anywhere in code
form1.procedure = myProc;






Visit www.radcpp.com for more help and updates. Documentation created using FlaX.Doc