TableT.getRowDescription

Gets the description text of the specified row in the table

template TableT(TStruct)
string
getRowDescription
(
int row
)

Parameters

row int

a gint representing a row in table

Return Value

Type: string

a gchar* representing the row description, or NULL if value does not implement this interface.