nca_flex_get_column_name
Example: nca_flex_get_column_name | Flexfield Window Functions |
Gets the name of a column in a Flexfield window.
int nca_flex_get_column_name( LPCSTR window_name, int column, LPCSTR column_name );
window_name | The logical name of the Flexfield window. |
column | The column number whose name is required. |
column_name | The name of the column is written here. |
The nca_flex_get_column_name function gets the name of a column in a Flexfield window. The function writes the name of the column into the output parameter column_name.
Return Values
Parameterization
All input string arguments (char type) can be parameterized using standard parameterization.