SetData

PowerBuilder Native Interface

IPB_RSItemData interface:

SetData method

Description

Syntax

SetData(unsigned long len, void* data)

Return Values

Usage

  • string and decimal, the address points to a string

  • date, the address points to a PB_DateData structure

  • time, the address points to a PB_TimeData structure

  • datetime, the address points to a PB_DateTimeData structure

  • another datatype, the address points to data of the corresponding type

See Also