DgsMemoGetWordWrapState: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Client function}}
{{Client function}}
__NOTOC__
__NOTOC__
This function gets the word warp state of dgs memo
This function gets the word wrap state of dgs memo


==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
integer/bool dgsMemoGetWordWarpState( element memo )
int/bool dgsMemoGetWordWrapState( element memo )
</syntaxhighlight>
</syntaxhighlight>


Line 19: Line 19:


memo = DGS:dgsCreateMemo(0.29, 0.30, 0.44, 0.04, "", true)
memo = DGS:dgsCreateMemo(0.29, 0.30, 0.44, 0.04, "", true)
outputChatBox(tostring(DGS:dgsMemoGetWordWarpState(memo))) --return false standing for non-wordwarp
outputChatBox(tostring(DGS:dgsMemoGetWordWrapState(memo))) --return false standing for non-wordwrap
</syntaxhighlight>
</syntaxhighlight>


==See Also==
==See Also==
{{DGSFUNCTIONS}}
{{DGSFUNCTIONS}}

Latest revision as of 15:58, 1 April 2020

This function gets the word wrap state of dgs memo

Syntax

int/bool dgsMemoGetWordWrapState( element memo )

Required Arguments

  • memo: The dgs-dxmemo.

Returns

Returns 1 indicates being splited by characters, 2 indicates being splited by words if succeed, false otherwise.

Example

DGS = exports.dgs 

memo = DGS:dgsCreateMemo(0.29, 0.30, 0.44, 0.04, "", true)
outputChatBox(tostring(DGS:dgsMemoGetWordWrapState(memo))) --return false standing for non-wordwrap

See Also

Custom Cursor Functions

Multi Language Supports

Animation

3D Element

3D Interface

3D Line

3D Image

3D Text

Browser

Button

Check Box

Combo Box

Custom Renderer

Edit

Detect Area

Drag'N Drop

Grid List

Image

Memo

Menu

Label

Layout

Line

Progress Bar

Radio Button

Scale Pane

Scroll Bar

Scroll Pane

Selector

Style

Switch Button

Tab Panel

Window

Basic Shape Plugins

Circle

Quadrilateral

Rounded Rectangle

Other Plugins

Blur Box

Canvas

Chart

Color Picker

Effect 3D

Gradient

Mask

Media Browser

Nine Slice

Object Preview Supports

Paste Handler

QRCode

Remote Image

Screen Source

SVG

Tooltips