[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Objects' (#rtl) |
Check whether a pointer points to an object.
Source position: objects.pp line 253
function TObject.Is_Object( |
P: Pointer |
):Boolean; |
Is_Object returns True if the pointer P points to an instance of a TObject descendent, it returns false otherwise.
No notes exist for this page yet.