[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
(Under construction.)
procedure New (var P: any Pointer); |
procedure New (var P: Pointer to a variant record; tag fields); |
procedure New (var P: Pointer to a schema; discriminants); |
procedure New (var P: Pointer to an object; constructor call); |
function New (any Pointer type): same type; |
function New (variant record Pointer type; tag fields): same type; |
function New (schema Pointer type; discriminants): same type; |
function New (object Pointer type; constructor call): same type; |