initial commit
[rofl0r-KOL.git] / main__tobj.htm
blob3f825bb6f494d8a6c815b80303897c5156fe51b4
1 <html>
2 <head>
3 <title>KOL Help: _TObj object (main frame)</title>
4 <base target="_top">
5 </head>
7 <body bgcolor="#FFFFEF" text="#000000" link="#008080" vlink="#008000" alink="#808000">
8 <p><font face="Courier" color="#800080"><b>_TObj( unit <a href=kol_pas.htm>KOL.pas</a> )</b></font></p>
9 <p><b>
10 _TObj = object
11 </b></p>
12 auxiliary object type. See <a href=tobj.htm target="_top">TObj</a>.
13 <h3 align="center"><font color="#FF8080">_TObj methods</font></h3>
14 <a name="init"></a>
15 <p>
16 <font face="Courier" color="#800080"><b>procedure</b> <font color="#808000"><b>Init</b></font>; <b>virtual</b>;</font>
17 &nbsp;&nbsp;&nbsp;<font face="Webdings" size=7>&#78;</font>&nbsp;&nbsp;&nbsp;
18 <br>
19 Is called from a constructor to initialize created object instance
20 filling its fields with 0. Can be overriden in descendant objects
21 to add another initialization code there. (Main reason of intending
22 is what constructors can not be virtual in poor objects).
23 </p>
24 <a name="vmtaddr"></a>
25 <p>
26 <font face="Courier" color="#800080"><b>function</b> <font color="#808000"><b>VmtAddr</b></font>: <b>Pointer</b>;</font>
27 <br>
28 Returns addres of virtual methods table of object. ?
29 </p>
30 <hr>
31 <p align="center">[&nbsp;<a href=index.htm>Index</a>&nbsp;]</p>
32 <p align="center"><font face="Comic Sans MS"><small>This help is generated 22-Sep-2005 by KOL Help generator, (C) 2000-2001 by Vladimir Kladov<br>Modified (C) 2003 by Alexander Bartov</small></font></p>
33 </body>
34 </html>