Codec::hasDialog Method
Checks whether the codec has a dialog box.
Syntax:
bool
hasDialog
()
const
;
Return value:
Value
Description
true
This codec has a property dialog box.
false
This codec does not have a property dialog box.
See also:
Codec
,
Codec::callDialog
<< Codec