A3DPDFListBoxBindToTable
-
A3DStatus
A3DPDFListBoxBindToTable(A3DPDFListBox *pListBox, A3DPDFDataTable *pDataTable, const A3DInt32 iMappedColumn) A3DStatusA3DPDFListBoxBindToTable(A3DPDFListBox* pListBox,A3DPDFDataTable* pDataTable, constA3DInt32iMappedColumn)Function to bind a widget list box to a table.
Parameters
pListBox: The widget list box to bind to a table.
pDataTable: The Data Table object to bind the widget to.
iMappedColumn: index (starting from 0) of column mapped to this widget.
Returns
A3D_SUCCESS in case of success or an error code