API 설명서 > Custom user interface > Object ProUITable > Function ProUITableTruncatelabelSet
Function ProUITableTruncatelabelSet
Description
Identifies whether or not to truncate the label in a newly created cell based on the cell width.
Synopsis
#include <ProUITable.h>
ProUITableTruncatelabelSet
(
char* dialog
/* (In)
The name of the dialog that contains the table.
*/
char* component
/* (In)
The table name.
*/
/* (In)
The setting for new cells: PRO_B_TRUE = truncate the new labels, PRO_B_FALSE = do not truncate the new label. This setting does not affect existing cells.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
도움이 되셨나요?