Documentação da API > Custom user interface > Object ProUITable > Function ProUITableHelptextSet
Function ProUITableHelptextSet
Description
Sets the helptext for the table. This will be used by all elements of the table except for cells assigned a helptext value using ProUITableCellHelptextStringSet().
Synopsis
#include <ProUITable.h>
ProUITableHelptextSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
wchar_t* value
/* (In)
The help text for the table component.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Isto foi útil?