[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Check whether a pointer points to an object.
Source position: objects.pp line 254
function TObject.Is_Object( |
P: Pointer |
):Boolean; |
Is_Objectreturns Trueif the pointer Ppoints to an instance of a TObjectdescendent, it returns falseotherwise.