Documentação da API > Custom user interface > Object ProUITable > Function ProUITableCellComponentNameGet
Function ProUITableCellComponentNameGet
Description
Gets the component name contained in the table cell.
Synopsis
#include <ProUITable.h>
ProUITableCellComponentNameGet
(
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.
*/
char* column
/* (In)
The table column name.
*/
char** name
/* (Out)
The name of the component contained in the cell. Use ProStringFree to release this string.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
Sample Code References
User Guide References
Isto foi útil?