Item Pointer

SetNull

Description

Sets the pointer to Null. This is used to clear a pointer, it does not affect the data item being pointed to.

Syntax

ptr:SetNull()

Parameters

None

Return Value

None
 

Remarks

Example
pi = fhNewItemPtr()
pi:MoveToFirstRecord('INDI')
pi:SetNull()