Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>setcaretblinktime()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SetCaretBlinkTime()
Sets the blink rate of the caret in milliseconds
------------------------------------------------------------------------------

Syntax
SetCaretBlinkTime( <nMilliSecs> )   -->   nil

Arguments
<nMilliSecs> is the new blink rate in milliseconds.

Returns
NIL.

Description
This function changes the time between successive flashes of
the caret.

Example
// Change the blink rate to half its current rate (twice the time)
nMS = GetCaretBlinkTime()
SetCaretBlinkTime( nMS * 2 )


See Also: GetCaretBlinkTime()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson