Function ProUITableRowIndexGet
Description
Gets the index of the table row with the given name.
Synopsis
#include <ProUITable.h>
ProUITableRowIndexGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
char* row
/* (In)
The table row name.
*/
int* index
/* (Out)
The table row index. The indices start at 0.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
¿Fue esto útil?