API 설명서 > Custom user interface > Object ProUITab > Function ProUITabItemhelptextGet
Function ProUITabItemhelptextGet
Description
Get the helptexts of the items contained in the tab that will display when the cursor is over the item.
Synopsis
#include <ProUITab.h>
ProUITabItemhelptextGet
(
char* dialog
/* (In)
The name of the dialog that contains the tab.
*/
char* component
/* (In)
The name of the tab component.
*/
int* count
/* (Out)
Number of helptexts.
*/
wchar_t*** values
/* (Out)
Array of helptexts corresponding to each item in the tab. Free this using ProWstringarrayFree().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?