.. highlightlang:: us .. index:: AppProgressStepIt .. _appprogressstepit: AppProgressStepIt ================= .. us.tag AppProgressStepIt NOTREADYENGLISH App Toolbar New300 Changed5401 :ref:`AppProgressStepIt` advances the current position for a progress bar ontrol by the step increment and redraws the bar to reflect the new position. .. function:: bool = AppProgressStepIt() .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). If a progress dialog is used the return value is FALSE (0) if the Cancel button or the :kbd:`ESC`-key is pressed. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - R2012.1 (5.40.1) - If a progress dialog is used the return value is FALSE (0) if the Cancel button or the :kbd:`ESC`-key is pressed. * - 3.0 - New. .. seealso:: :ref:`overview-application-object`, :ref:`AppProgressCreate`, :ref:`AppProgressDialog` :sub:`id-1377750`