Documentación de la API > Custom user interface > Object ProUITable > Function ProUITableTruncatelabelGet
Function ProUITableTruncatelabelGet
Description
Get the flag to know if the label in the cell is truncated or not.
Synopsis
#include <ProUITable.h>
ProUITableTruncatelabelGet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The name of the table component.
*/
ProBoolean* value
/* (Out)
PRO_B_TRUE if the label is truncated. PRO_B_FALSE if the label is not truncated.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
¿Fue esto útil?