You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of the database as a four character string of digits. At
291
289
present only version 7 is supported and the field always has the value
292
-
"<kbd>0007</kbd>" (without the quotes).
290
+
<kbdclass="value">0007</kbd>.
293
291
</dd>
294
292
</dl>
295
293
@@ -311,7 +309,7 @@ <h4>
311
309
<em>PropertyID</em> (<kbd>Byte</kbd>)
312
310
</dt>
313
311
<dd>
314
-
A unique code that identifies the property. Property IDs must be in the range <kbd>0x00..0xFE</kbd>. The special value <kbd>0xFF</kbd> is used to terminate the sequence of property records.
312
+
A unique code that identifies the property. Property IDs must be in the range <kbdclass="value">0x00</kbd>..<kbdclass="value">0xFE</kbd>. The special value <kbdclass="value">0xFF</kbd> is used to terminate the sequence of property records.
315
313
</dd>
316
314
<dt>
317
315
<em>PropertyData</em> (type is property dependent)
@@ -452,7 +450,7 @@ <h4>
452
450
</li>
453
451
</ol>
454
452
<div>
455
-
This property is never written when origin source is <em>local</em>. <em>Default: local.</em>
453
+
This property is never written when origin source is <kbdclass="value">local</kbd>. <em>Default: <kbdclass="value">local</kbd>.</em>
456
454
</div>
457
455
</dd>
458
456
<dt>
@@ -467,7 +465,7 @@ <h4>
467
465
</dt>
468
466
<dd>
469
467
A <kbd>Byte</kbd> representation of a Boolean value that determines if
470
-
the snippet is starred. <em>Default: un-starred.</em>
468
+
the snippet is starred. <em>Default: <kbdclass="value">0</kbd> (i.e. <kbdclass="value">False</kbd>).</em>
471
469
</dd>
472
470
<dtclass='todo pullout'>
473
471
TODO: Consider adding an <em>Origin property</em> to denote where snippet was obtained from. Replacement for the <em>LinkInfo</em> property? <em>Default: local.</em>
0 commit comments