| Version 1 (modified by , 8 years ago) ( diff ) |
|---|
FORM_IS_UPDATED
Macro to call specified form IsUpdated() function
FORM_IS_UPDATED(f)
Parameters
- f = form
Return Value
This function returns true if the form is updated. False if no changes were made.
Remarks
IN_EVENT_HIDE_FORM is a macro to simplify the calling of IsUpdated.
#define FORM_IS_UPDATED(f) form##f.IsUpdated()
Examples
See Also
Note:
See TracWiki
for help on using the wiki.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)