class.hlp

来自「是一个经济学管理应用软件 很难找的 但是经济学学生又必须用到」· HLP 代码 · 共 44 行

HLP
44
字号
{smcl}
{* 29mar2005}{...}
{cmd:help class}
{hline}

{title:Title}

{p2colset 5 18 20 2}{...}
{p2col :{hi:[P] class} {hline 2}}Class programming
{p_end}
{p2colreset}{...}

{pstd}
For information on class programming, see

	Full documentation:
		{help classman}             class programming
        	{helpb classutil}            {cmd:classutil} utility command
		{helpb class exit}           {cmd:class exit} programming command

	Quick reference and syntax diagrams:
		{help classdeclare}         the {cmd:class} command
		{help classassign}          {it:lvalue} {cmd:=} {it:rvalue} details
        	{help classmacro}           {cmd:'.}{it:id}[{cmd:.}{it:id}[...]] ...{cmd:'} substitution
		{help classbi}              built-ins


{title:Description}

{pstd}
Classes are a programming feature of Stata that are especially useful for
dealing with graphics and GUI problems, although their use need not be
restricted to those topics.  Class programming is an advanced programming
topic and will not be useful to most programmers.


{title:Also see}

{psee}
Manual:  {bf:[P] class}{p_end}

{psee}
Online:  {help classman}{p_end}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?