1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>warning_back_comment</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<h1 class="unit">Unit warning_back_comment</h1>
<div class="sections">
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section">Uses</div><div class="one_section">Classes, Interfaces, Objects and Records</div><div class="one_section">Functions and Procedures</div><div class="one_section"><a class="section" href="#PasDoc-Types">Types</a></div><div class="one_section">Constants</div><div class="one_section"><a class="section" href="#PasDoc-Variables">Variables</a></div></div>
<span id="PasDoc-Description"></span><h2 class="description">Description</h2>
<p>
Descr of unit warning_back_comment</p>
<span id="PasDoc-Uses"></span><h2 class="overview">Overview</h2>
<span id="PasDoc-Types"></span><h3 class="summary">Types</h3>
<table class="summary wide_list">
<tr class="list">
<td class="itemcode"><code><strong><a href="warning_back_comment.html#T">T</a></strong> = byte;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="warning_back_comment.html#TMyEnum">TMyEnum</a></strong> = (...);</code></td>
</tr>
</table>
<span id="PasDoc-Variables"></span><h3 class="summary">Variables</h3>
<table class="summary wide_list">
<tr class="list">
<td class="itemcode"><code><strong><a href="warning_back_comment.html#V1">V1</a></strong>: Integer;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="warning_back_comment.html#V2">V2</a></strong>: Integer;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="warning_back_comment.html#V4">V4</a></strong>: string;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Types</h3>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="T"></span><code><strong>T</strong> = byte;</code></td>
</tr>
<tr><td colspan="1">
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TMyEnum"></span><code><strong>TMyEnum</strong> = (...);</code></td>
</tr>
<tr><td colspan="1">
<p>
Descr of TMyEnum</p>
<h6 class="description_section">Values</h6>
<ul>
<li>
<span id="meOne">meOne</span>: Descr of meOne</li>
</ul>
</td></tr>
</table>
<h3 class="detail">Variables</h3>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="V1"></span><code><strong>V1</strong>: Integer;</code></td>
</tr>
<tr><td colspan="1">
<p>
descr of V1 and V2</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="V2"></span><code><strong>V2</strong>: Integer;</code></td>
</tr>
<tr><td colspan="1">
<p>
descr of V1 and V2</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="V4"></span><code><strong>V4</strong>: string;</code></td>
</tr>
<tr><td colspan="1">
<p>
descr of V4 after a keyword</p>
</td></tr>
</table>
</body></html>
|