GetItemFormattedString

Description

Gets and formats 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.GetItemFormattedString ( long row, integer column {, DWBuffer dwbuffer, boolean originalvalue } )

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

Returns

String. Returns the value of the data in its current display format.