VS:SetdownDialogC: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 09:43, 3 February 2023

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

A predefined constant value that is passed to the dialog event handler subroutine when a modern custom dialog is dismissed.


This constant is usually used to determine when to execute dialog cleanup calls prior to exiting the dialog.

PROCEDURE SetdownDialogC;
def vs.SetdownDialogC():
    return INTEGER

Remarks

[DWD 1/20/00]

Version

Availability: from VectorWorks9.0

See Also

VS Functions:

VS:SetupDialogC

VS Functions: [[VS:SetupDialogC]]