SetFieldToNull

PowerBuilder Native Interface

IPB_Session interface:

SetFieldToNull method

Description

Sets the value of the specified field to null.

Syntax

SetFieldToNull(pbobject obj, pbfield fid)

Argument

Description

obj

A valid object handle

fid

The field ID of the specified object

Return Values

None.

See Also