| [Overview][Classes][Procedures and functions][Index] |
Releases the specified reference counted object and sets it to Nil.
Source position: lazclasses.pas line 79
procedure ReleaseRefAndNil( |
var ARefCountedObject |
); |
No actions are performed in the method when ARefCountedObject has not been assigned, or has already been released. ReleaseRefAndNil calls the ReleaseReference method for the object instance, and sets the pointer in ARefCountedObject to Nil.
Raises an EAssertionFailed exception if the object instance in ARefCountedObject is derived from a class other than TRefCountedObject.