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