VS:SetdownDialogC

From Vectorworks Developer
Revision as of 09:43, 3 February 2023 by KLalkovski (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.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]]