wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Form/FORM_IS_UPDATED

Version 1 (modified by Don Wilson, 6 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.