26 lines
No EOL
782 B
HTML
26 lines
No EOL
782 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>CheckBox</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>CheckBox</h3><pre>Defined in file <a href="gui_objects.asn.html">gui_objects.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCCheckBox.html">CCheckBox</a>
|
|
|
|
|
|
CheckBox ::= SEQUENCE {
|
|
name VisibleString,
|
|
value BOOLEAN DEFAULT FALSE,
|
|
display-name VisibleString OPTIONAL,
|
|
help VisibleString OPTIONAL,
|
|
legend-text VisibleString OPTIONAL,
|
|
optional BOOLEAN OPTIONAL,
|
|
conditions SET OF <a href="Conditional.html">Conditional</a> OPTIONAL
|
|
}</pre>
|
|
</body>
|
|
</html> |