GuiMemoSetCaratIndex

From Multi Theft Auto: Wiki
Revision as of 16:33, 13 February 2015 by AlexTMjugador (talk | contribs) (Changed "DeprecatedWithAlt" template to "Deprecated")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Emblem-important.png This function is deprecated. This means that its use is discouraged and that it might not exist in future versions.

Please use guiMemoSetCaretIndex instead.


This function sets the current position of the caret (the text cursor) within the memo.

Syntax

bool guiMemoSetCaratIndex ( gui-memo theMemo, int index )

Required Arguments

  • theMemo: The memo edit box where the caret position is to be changed.
  • index: An integer referring to the desired position within the box.

Returns

Returns true if the caret was successfully moved, false otherwise.

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