On Thu, 3 Jul 1997, Larry Carter wrote:
type
TMyObject = Class(TObject)
var VarMyObject : TMyObject;
Can someone also tell me what are those "class of" types??? Like this:
type TMyObject = class(TObject) ... end;
TMyObjectSomething = class of TMyObject;
What's that for?
Pierre Phaneuf
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense." - Edsger W. Dijkstra.