TableT.isColumnSelected

Gets a boolean value indicating whether the specified @column is selected

template TableT(TStruct)
bool
isColumnSelected
(
int column
)

Parameters

column int

a #gint representing a column in @table

Return Value

Type: bool

a gboolean representing if the column is selected, or 0 if value does not implement this interface.

Meta