A3DPDFTextFieldBindToTable

A3DStatus A3DPDFTextFieldBindToTable(A3DPDFTextField *pTextField, A3DPDFDataTable *pDataTable, const A3DInt32 iMappedColumn)
A3DStatus A3DPDFTextFieldBindToTable(A3DPDFTextField* pTextField, A3DPDFDataTable* pDataTable, const A3DInt32 iMappedColumn)

Function to bind a widget text field to a table.

Parameters

pTextField: The Widget text field 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