LabelSetLabel

Description
·¹À̺íÀÇ ³»¿ëÀ» ¹Ù²Ù°í draw°¡ TRUEÀ̸é È­¸é¿¡ ´Ù½Ã ±×¸°´Ù.

Syntax
void LabelSetLabel( ComponentStruct * c, U8 * s, Boolean draw )

Parameters
c·¹À̺í ÄÄÆ÷³ÍÆ®
s ·¹À̺íÀÇ ³»¿ë
draw  ·¹À̺íÀ» È­¸é¿¡ ±×¸®´Â ½ÃÁ¡

Returns
¾øÀ½

Comments

Example
ID°¡ 1008 ÀÎ ·¹À̺íÀÇ ³»¿ëÀ» mmUpdateDateStr ÀÇ ³»¿ëÀ¸·Î ¹Ù²Ù°í È­¸é¿¡ °ð¹Ù·Î ±×¸°´Ù.

LabelSetLabel( FormGetComponentPtr(Label_lblUpdateDate_1008), (P_U8)mmUpdateDateStr, TRUE );