Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 497 Bytes

File metadata and controls

22 lines (16 loc) · 497 Bytes

DidCancel

Description

Function DidCancel detects whether the Cancel button in a predefined dialog was pressed. DidCancel is intended for use with conditional statements to signal that a cancel event has occurred.

FUNCTION DidCancel : BOOLEAN;
def vs.DidCancel():
    return BOOLEAN

Examples

SimpleDialog

Version

Availability: from All Versions

Category