User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:21, 8 September 2012 (diff | hist) . . (-21) . . HoldMouseMid (current)
- 12:07, 8 September 2012 (diff | hist) . . (+35) . . SetMousePos
- 12:06, 8 September 2012 (diff | hist) . . (0) . . GroupTPA (current)
- 12:05, 8 September 2012 (diff | hist) . . (0) . . m SetMousePos (Freddy moved page MoveMouse to SetMousePos without leaving a redirect)
- 12:04, 8 September 2012 (diff | hist) . . (-21) . . MoveMouseSmooth (current)
- 12:04, 8 September 2012 (diff | hist) . . (+449) . . N TMouseBtn (Created page with "==Definition== <source lang="scar" lines="false"> TMouseButton = (mbLeft, mbRight, mbMiddle); </source> ==Availability== SCAR Divi 3.00 > Current ==Description== An enumerat...") (current)
- 12:01, 8 September 2012 (diff | hist) . . (+930) . . N ClickMouseEx (Created page with "==Definition== <source lang="scar" lines="false"> procedure ClickMouseEx(const X, Y: Integer; const Btn: TMouseButton; const Interval: Integer); </source> ==Availability== SC...") (current)
- 12:00, 8 September 2012 (diff | hist) . . (+128) . . ClickMouse
- 23:16, 7 September 2012 (diff | hist) . . (+54) . . ReverseATPA (current)
- 23:11, 7 September 2012 (diff | hist) . . (+25) . . N InvertATPA (Freddy moved page InvertATPA to ReverseATPA)
- 23:11, 7 September 2012 (diff | hist) . . (0) . . m ReverseATPA (Freddy moved page InvertATPA to ReverseATPA)
- 22:03, 7 September 2012 (diff | hist) . . (+1) . . ReverseTIA (current)
- 22:03, 7 September 2012 (diff | hist) . . (-536) . . InvertTIA (Redirected page to ReverseTIA)
- 22:01, 7 September 2012 (diff | hist) . . (+560) . . N InvertTIA (Created page with "==Definition== <source lang="scar" lines="false"> procedure ReverseTIA(var TIA: TIntArray); </source> ==Availability== SCAR Divi 3.36 > Current ===Aliases=== *InvertTIA (SCA...")
- 22:00, 7 September 2012 (diff | hist) . . (0) . . m ReverseTIA (Freddy moved page InvertTIA to ReverseTIA without leaving a redirect)
- 21:57, 7 September 2012 (diff | hist) . . (+592) . . N InvertTPA (Created page with "==Definition== <source lang="scar" lines="false"> procedure InvertTPA(var TPA: TPointArray); </source> ==Availability== SCAR Divi 3.36 > Current ==Description== This functio...") (current)
- 21:53, 7 September 2012 (diff | hist) . . (-51) . . ReverseTPA (current)
- 21:52, 7 September 2012 (diff | hist) . . (+1) . . ReverseTPA
- 21:52, 7 September 2012 (diff | hist) . . (+35) . . ReverseTPA
- 21:51, 7 September 2012 (diff | hist) . . (0) . . m ReverseTPA (Freddy moved page InvertTPA to ReverseTPA without leaving a redirect)
- 09:49, 8 August 2012 (diff | hist) . . (+506) . . SetClient (current)
- 20:22, 7 August 2012 (diff | hist) . . (+35) . . FindColorTolerance (current)
- 20:22, 7 August 2012 (diff | hist) . . (0) . . m FindColorTol (Freddy moved page FindColorTolerance to FindColorTol) (current)
- 20:22, 7 August 2012 (diff | hist) . . (+26) . . N FindColorTolerance (Freddy moved page FindColorTolerance to FindColorTol)
- 20:22, 7 August 2012 (diff | hist) . . (0) . . FindColorEx (current)
- 20:21, 7 August 2012 (diff | hist) . . (0) . . m FindColorTolEx (Freddy moved page FindColorExTol to FindColorTolEx without leaving a redirect) (current)
- 20:21, 7 August 2012 (diff | hist) . . (+63) . . FindColorTol
- 20:19, 7 August 2012 (diff | hist) . . (+13) . . FindColor (current)
- 20:18, 7 August 2012 (diff | hist) . . (-21) . . FindColorSpiral2 (current)
- 20:17, 7 August 2012 (diff | hist) . . (+11) . . FindColor
- 20:13, 7 August 2012 (diff | hist) . . (+26) . . GetWindowText (current)
- 20:12, 7 August 2012 (diff | hist) . . (+515) . . N GetWindowClass (Created page with "==Definition== <source lang="scar" lines="false"> function GetWindowClass(const Wnd: Hwnd): string; </source> ==Availability== SCAR Divi 3.35 > Current ==Description== Retur...") (current)
- 20:11, 7 August 2012 (diff | hist) . . (+495) . . N GetWindowText (Created page with "==Definition== <source lang="scar" lines="false"> function GetWindowText(const Wnd: Hwnd): string; </source> ==Availability== SCAR Divi 3.35 > Current ==Description== Return...")
- 20:07, 7 August 2012 (diff | hist) . . (+780) . . N GetWindowBoxEx (Created page with "==Definition== <source lang="scar" lines="false"> function GetWindowBoxEx(const Wnd: Hwnd; const ClientArea: Boolean): TBox; </source> ==Availability== SCAR Divi 3.35 > Curre...")
- 20:05, 7 August 2012 (diff | hist) . . (+631) . . N GetWindowBox (Created page with "==Definition== <source lang="scar" lines="false"> function GetWindowBox(const Wnd: Hwnd): TBox; </source> ==Availability== SCAR Divi 3.35 > Current ==Description== Returns a...")
- 20:01, 7 August 2012 (diff | hist) . . (+2) . . FindWindowsEx (current)
- 20:00, 7 August 2012 (diff | hist) . . (+1,430) . . N FindWindowsEx (Created page with "==Definition== <source lang="scar" lines="false"> function FindWindows(const ParentWnd: Hwnd; const Title, ClassName: string; const RecursiveSearch, CaseSensitive, PartialMatc...")
- 19:55, 7 August 2012 (diff | hist) . . (+692) . . N FindWindows (Created page with "==Definition== <source lang="scar" lines="false"> function FindWindows(const Title: string): THwndArray; </source> ==Availability== SCAR Divi 3.35 > Current ==Description== ...")
- 13:06, 7 August 2012 (diff | hist) . . (+72) . . FindColorTolEx
- 13:04, 7 August 2012 (diff | hist) . . (+35) . . FindColorsTolerance (current)
- 13:04, 7 August 2012 (diff | hist) . . (0) . . m FindColorTolEx (Freddy moved page FindColorsTolerance to FindColorExTol)
- 13:04, 7 August 2012 (diff | hist) . . (+28) . . N FindColorsTolerance (Freddy moved page FindColorsTolerance to FindColorExTol)
- 13:02, 7 August 2012 (diff | hist) . . (0) . . FindColorEx
- 13:01, 7 August 2012 (diff | hist) . . (+18) . . FindColorEx
- 13:01, 7 August 2012 (diff | hist) . . (-6) . . FindColorEx
- 13:01, 7 August 2012 (diff | hist) . . (+66) . . FindColorEx
- 12:49, 7 August 2012 (diff | hist) . . (0) . . m FindColorEx (Freddy moved page FindColors to FindColorEx without leaving a redirect)
- 12:49, 7 August 2012 (diff | hist) . . (-54) . . FindColorCircleTolerance (current)
- 12:48, 7 August 2012 (diff | hist) . . (-21) . . FindColorCircle (current)
- 12:46, 7 August 2012 (diff | hist) . . (+805) . . N GetOuterWindow (Created page with "==Definition== <source lang="scar" lines="false"> function GetOuterWindow(const Wnd: Hwnd): Hwnd; </source> ==Availability== SCAR Divi 3.35 > Current ==Description== Returns...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)