_TObj( unit KOL.pas )
_TObj = object
auxiliary object type. See TObj.
procedure Init; virtual;
N
Is called from a constructor to initialize created object instance
filling its fields with 0. Can be overriden in descendant objects
to add another initialization code there. (Main reason of intending
is what constructors can not be virtual in poor objects).
function VmtAddr: Pointer;
Returns addres of virtual methods table of object. ?
[ Index ]
This help is generated 14-Jun-2010 by KOL Help generator, (C) 2000-2001 by Vladimir Kladov
Modified (C) 2003 by Alexander Bartov