GuiEditSetCaratIndex: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 04:29, 21 December 2006

This function sets the current position of the carat (the text cursor) within the edit box.

Syntax

bool guiEditSetCaratIndex ( element theElement, int index )

Required Arguments

  • theElement: The exit box to be changed.
  • index: An integer referring to the desired position within the box.

Returns

Returns true if the function is successful, false otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

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