GetItemUnformattedString

Description

Gets raw (unformatted) data whose type is String from the specified buffer of a DataWindow control or DataStore object.

Syntax

PowerBuilder DataWindow control, DataStore object, or child DataWindow

string dwcontrol.GetItemUnformattedString ( long row, integer column {, DWBuffer dwbuffer, boolean originalvalue } )

string dwcontrol.GetItemUnformattedString ( long row, string column {, DWBuffer dwbuffer, boolean originalvalue } )

Returns

String. Returns the value of the data without its display formatting.