VCIsRedoable


Version:

1.2

Description:

Determines if the last command is redoable.

Declaration:

 

C/C++

extern "C" vbool WINAPI VCIsRedoable(void);

Delphi

function VCIsRedoable:Wordbool; stdcall;

ActiveX/COM

Function IsRedoable() As Integer

Parameters:

No additional parameters are used in this subroutine.

Notes:

Commands are only redoable immediately after an undo and before any modifications or drawing additions are made.

See Also:

VCBeginOperation, VCEndOperation