GuiMemoGetCaretIndex: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{New feature/item|3.0135|1.3.5|6054| This function returns the caret (the text cursor) position within the memo box. }} ==Syntax== <syntaxhighlight lang="lua"> int guiMemoGetCaretIndex ( ele...")
 
mNo edit summary
Line 1: Line 1:
{{Client function}}
__NOTOC__
{{New feature/item|3.0135|1.3.5|6054|
{{New feature/item|3.0135|1.3.5|6054|
This function returns the caret (the text cursor) position within the memo box.
This function returns the caret (the text cursor) position within the memo box.

Revision as of 15:11, 24 February 2014

This function returns the caret (the text cursor) position within the memo box.

Syntax

int guiMemoGetCaretIndex ( element theElement )

Required Arguments

  • theElement: The memo box you want to get the caret position from

Returns

Returns the caret index on success, false otherwise.

Example

Todo

See Also

General functions

Browsers

Buttons

Checkboxes

Comboboxes

Edit Boxes

Gridlists

Memos

Progressbars

Radio Buttons

Scrollbars

Scrollpanes

Static Images

Tab Panels

Tabs

Text Labels

Windows