hmmm... I've been using

[pascal]if not (obj = nil)[/pascal]

is this slower than [pascal]if obj <> nil[/pascal] ?