AutoPlay Media Studio 9

RichText.Undo

RichText.Undo

This is the first topic This is the last topic  

RichText.Undo

This is the first topic This is the last topic  

OverviewExamples

RichText.Undo (

string ObjectName )

Example 1

-- Check if an undo can be performed.

if (RichText.CanUndo("RichText1")) then

   -- Undo the last operation.

   RichText.Undo("RichText1");

end

Determines if an undo can be performed using the RichText.CanUndo action, and performs an undo on the last operation for the "RichText1" object.

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us