UpdateMultiText


Function

 

The text specified in MultiText is reflected in the display data.

 

Format

 

Ret = dncLabel1.UpdateMultiText()

 

Parameters

 

None

 

Return value

 

Ret [ C#: int ] [ VB.NET: Integer ]

 

â– Common

Value

Description

0

Normality completion

Other errors (see: Error code details)

 

Remarks

 

The text specified in MultiText is reflected in the display data.

 

Example

 

The text specified in MultiText is reflected in the display data.

C#

int  Ret;

Ret = dncLabel1.UpdateMultiText();

 

VB.NET

Dim Ret As Integer

Ret = dncLabel1.UpdateMultiText()