9640.html
来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 27 行
HTML
27 行
<html>
<head>
<title>Re: Return datatype in the public function of object module</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: Return datatype in the public function of object module</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by Keven on January 28, 1999 at 17:04:28:<p>
In Reply to: <a href="9637.html">Return datatype in the public function of object module</a> posted by fish on January 28, 1999 at 16:07:35:<p>
你把<br>Property Get Point() as POINTL<br>Point = m_point<br>End Property<br>改成<br>Public Function Get Point() as POINTL<br>Point = m_point<br>End Property<br>试试看吧!!<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 9640-->
<!--top: 9642--><li><a href="9642.html">Re: Return datatype in the public function of object module</a> <b>fish</b> <i>17:15:24 1/28/99</i>
(<!--responses: 9642-->0)
<ul><!--insert: 9642-->
</ul><!--end: 9642-->
</ul><!--end: 9640-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?