Difference between revisions of "ResetCaption"

From SCAR Divi Manual
Jump to: navigation, search
(Created page with "==Definition== <source lang="scar" lines="false"> procedure ResetCaption; </source> ==Availability== SCAR Divi 3.10 > Current *The function was available before 3.10, but an ex...")
 
(No difference)

Latest revision as of 22:48, 27 June 2011

Definition

procedure ResetCaption;

Availability

SCAR Divi 3.10 > Current

  • The function was available before 3.10, but an exact version is not known.

Description

Resets SCAR Divi's caption to the default one in case it had been changed.

Example

begin
  Disguise('Test');
  Wait(1000);
  ResetCaption;
end.

See Also