📄 cptree.pas
字号:
{*******************************************************************
* *
* COMPONENT for MS DOS and Windows source code. *
* *
* (c) 1992, Roderic D. M. Page *
* *
* Language: Turbo Pascal (Pascal with object-oriented extensions) *
* Compiler: Turbo Pascal 6.0 (MS DOS) *
* Turbo Pascal for Windows 1.0 (WINDOWS) *
* *
* Notes: Program interface is currently Windows specific. *
* *
*******************************************************************}
{$I CPDIR.INC}
{$IFNDEF COMPONENT}
{$DEFINE NCBI}
{$ENDIF}
{ THINGS TO DO OR THINK ABOUT:
Add a LABEL_PTR field to basic tree type so
don't need to pass labels as a var parameter.
Would clean up some code, and could print
trees without labels,
e.g.
proc T.LabelTree (L: LPtr);
T.LPtr := L
if Labeled then
Print(Label)
else Print (Index)
}
{
Objects
-------
BASEOBJECT [ declared in CPWBASE.PAS ]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -