Home - RAD C++ GUI 2.0 Documentation
Published on March 17, 2008 [12:28:42 AM]



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