G
gxpcw
Unregistered / Unconfirmed
GUEST, unregistred user!
............. <br>private<br> { Private declarations }<br> procedure OpenCOM;<br> Function ReadDFunction ReadDM(channel: Array of Integer): string;<br>M(channel: Array of Integer): string;<br> public<br> { Public declarations }<br> end;<br>.............<br>Function ReadDM(channel: Array of Integer): string;<br>begin<br>.................<br>OpenCOM;<br>....................<br>end;<br>这样调用会出错: Undeclared identifier: 'OpenCOM'