Show
Previous
Next
Shows the dialog and returns cOK if the user pressed the OK button or cCancel if the user pressed the Cancel button.
Syntax: Show
Example:
If
ColorDialog1.Show <> cCancel
Then
...