dialog-page-complete?
Generic function
Summary
Returns true if all the information required on the current page of the specified multi-page dialog has been specified.
Signature
dialog-page-complete? dialog => complete?
Arguments
- dialog
- An instance of type
<dialog-frame>.
Values
- complete?
- An instance of type
<boolean>.
Library
duim-frames
Module
duim-frames
Description
Returns true if all the information required on the current page in dialog has been specified by the user. This generic function has two uses:
- It can be used within wizards to test whether all the necessary information has been supplied, before moving on to the next page of the wizard.
- It can be used within property pages to test whether all the necessary information has been supplied, before allowing the user to apply any changes.
See also
dialog-page-complete?-setter, page 777