Project.Decompile



Decompile(bPromptForOverwrite As Boolean)

Parameters

bPromptForOverwrite As Boolean
True for a message in the editor which asks you if the projected files should be replaced by the runtime files. False if no message should appear.
ED
avaliable
RT
not used

Remarks

This method starts an import of the runtime files, depending to given parameter there will be a warning message or not.


Sample:


Sub DeCompileRTFiles()
	'Runtime files will be imported with warning message
	MyWorkspace.ActiveDocument.Decompile True
End Sub

See Also

Project