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