6 lines
103 B
Text
6 lines
103 B
Text
// the following are equivalent
|
|
if lObject = nil then
|
|
...
|
|
|
|
if not Assigned(lObject) then
|
|
...
|