JCL Help:IsObject

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns whether a pointer points to an object.


Pascal

 function IsObject(Address: Pointer): Boolean;


Parameters

Parameters Description
Address: Pointer The address to test. Note that this should be a TObject or TObject descendant.


Return Value

The result is True if the Address is an object otherwise it is False.


Description

IsObject tests whether the specified pointer points to an object. Currently the implementation only test whether the Self pointer actually points to the object itself.


See Also

IsClass


About

Unit

JclSysUtils


Donator

Python


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page