User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:32, 10 November 2012 (diff | hist) . . (-24) . . IsCapsLockEnabled (current)
- 15:32, 10 November 2012 (diff | hist) . . (-24) . . IsNumpadEnabled (current)
- 15:31, 10 November 2012 (diff | hist) . . (+530) . . GetKeyState (current)
- 15:31, 10 November 2012 (diff | hist) . . (-24) . . IsFunctionKeyDown (current)
- 15:30, 10 November 2012 (diff | hist) . . (+662) . . N GetToggleKeyState (Created page with "==Definition== <source lang="scar" lines="false"> function GetToggleKeyState(const VKey: Byte): Boolean; </source> ==Availability== SCAR Divi 3.35 > Current * Did not functi...")
- 15:20, 10 November 2012 (diff | hist) . . (+64) . . GetCurrentKeyState (current)
- 15:14, 10 November 2012 (diff | hist) . . (0) . . GetKeyState
- 15:14, 10 November 2012 (diff | hist) . . (+560) . . N GetCurrentKeyState (Created page with "==Definition== <source lang="scar" lines="false"> function GetCurrentKeyState(const VKey: Byte): Boolean; </source> ==Availability== SCAR Divi 3.35 > Current ==Description==...")
- 15:12, 10 November 2012 (diff | hist) . . (+1,334) . . N GetKeyState (Created page with "==Definition== <source lang="scar" lines="false"> function GetKeyState(const VKey: Byte): Boolean; </source> ==Availability== SCAR Divi 3.00 > Current ==Description== Gets t...")
- 15:12, 10 November 2012 (diff | hist) . . (-21) . . IsNumpadKeyDown (current)
- 15:10, 10 November 2012 (diff | hist) . . (-24) . . IsFKeyDown (current)
- 15:08, 10 November 2012 (diff | hist) . . (-3) . . IsArrowDown (current)
- 15:07, 10 November 2012 (diff | hist) . . (-21) . . IsArrowDown
- 15:03, 10 November 2012 (diff | hist) . . (+659) . . N TypeTextEx (Created page with "==Definition== <source lang="scar" lines="false"> procedure TypeTextEx(const Str: string; const UseNumpad, UseDelays: Boolean); </source> ==Availability== SCAR Divi 3.35 > Cu...") (current)
- 15:01, 10 November 2012 (diff | hist) . . (-24) . . SendKeys (current)
- 15:00, 10 November 2012 (diff | hist) . . (+482) . . N GetBoxSize (Created page with "==Definition== <source lang="scar" lines="false"> procedure GetBoxSize(const Box: TBox; out Width, Height: Integer); </source> ==Availability== SCAR Divi 3.35 > Current ==De...") (current)
- 13:48, 10 November 2012 (diff | hist) . . (+646) . . N TPAEdge (Created page with "==Definition== <source lang="scar" lines="false"> procedure TPAEdge(var TPA: TPointArray); </source> ==Availability== SCAR Divi 3.37 > Current ==Description== Filters all po...") (current)
- 13:44, 10 November 2012 (diff | hist) . . (+21) . . TIAIntersect (current)
- 17:39, 9 November 2012 (diff | hist) . . (+558) . . N TypeText (Created page with "==Definition== <source lang="scar" lines="false"> procedure TypeText(const Str: string); </source> ==Availability== SCAR Divi 3.35 > Current ==Description== Sends the text s...") (current)
- 03:06, 4 November 2012 (diff | hist) . . (+758) . . The Official SCAR Scripting Guide (→Arrays)
- 02:57, 4 November 2012 (diff | hist) . . (+594) . . The Official SCAR Scripting Guide (→Arrays)
- 02:41, 4 November 2012 (diff | hist) . . (0) . . TSCARWindowClient.ClientArea (current)
- 02:41, 4 November 2012 (diff | hist) . . (+6) . . TSCARWindowClient.ClientArea
- 02:41, 4 November 2012 (diff | hist) . . (+6) . . TSCARWindowClient.ClientArea
- 02:40, 4 November 2012 (diff | hist) . . (+601) . . N TSCARWindowClient.ClientArea (Created page with "==Definition== Member of TSCARClient, read/write, default False.<source lang="scar" lines="false"> property TSCARClient.ClientArea: Boolean; </source> ==Availability== SC...")
- 02:32, 4 November 2012 (diff | hist) . . (-92) . . TSCARBitmap (→Methods)
- 02:31, 4 November 2012 (diff | hist) . . (+1,428) . . N TSCARBitmap.SaveToJpeg (Created page with "==Definition== Member of TSCARBitmap.<source lang="scar" lines="false"> function TSCARBitmap.SaveToJpeg(const Path: string; const Quality: Integer): Boolean; </source> ==...") (current)
- 02:27, 4 November 2012 (diff | hist) . . (+1,282) . . N TSCARBitmap.SaveToBmp (Created page with "==Definition== Member of TSCARBitmap.<source lang="scar" lines="false"> function TSCARBitmap.SaveToBmp(const Path: string): Boolean; </source> ==Availability== SCAR Divi ...") (current)
- 02:10, 4 November 2012 (diff | hist) . . (-5) . . TSCARBitmap.Create (current)
- 02:10, 4 November 2012 (diff | hist) . . (+1,181) . . N TSCARBitmap.Create (Created page with "==Definition== Member of TSCARBitmap.<source lang="scar" lines="false"> constructor TSCARBitmap.Create(const DataStr: AnsiString = ''); </source> ==Availability== SCAR Di...")
- 02:05, 4 November 2012 (diff | hist) . . (+1,068) . . N TSCARBitmap.Clone (Created page with "==Definition== Member of TSCARBitmap.<source lang="scar" lines="false"> function TSCARBitmap.Clone: TSCARBitmap; </source> ==Availability== SCAR Divi 3.35 > Current ==De...") (current)
- 02:01, 4 November 2012 (diff | hist) . . (+1,014) . . N TSCARBitmap.Flip (Created page with "==Definition== Member of TSCARBitmap.<source lang="scar" lines="false"> function TSCARBitmap.Flip(const Horizontal: Boolean); </source> ==Availability== SCAR Divi 3.35 > ...") (current)
- 01:59, 4 November 2012 (diff | hist) . . (+685) . . N TSCARBitmap.DC (Created page with "==Definition== Member of TSCARBitmap, read.<source lang="scar" lines="false"> property TSCARBitmap.DC: HDC; </source> ==Availability== SCAR Divi 3.35 > Current ==Descrip...") (current)
- 01:57, 4 November 2012 (diff | hist) . . (-59) . . DebugBitmap (current)
- 01:49, 4 November 2012 (diff | hist) . . (+1,185) . . N TSCARBitmap.AlphaBlend (Created page with "==Definition== Member of TSCARBitmap, read/write, default False.<source lang="scar" lines="false"> property TSCARBitmap.AlphaBlend: Boolean; </source> ==Availability== SC...") (current)
- 01:40, 4 November 2012 (diff | hist) . . (+93) . . Category:Bitmap Functions (current)
- 01:39, 4 November 2012 (diff | hist) . . (-46) . . SaveBitmap (current)
- 01:39, 4 November 2012 (diff | hist) . . (-22) . . RotateBitmap (current)
- 01:38, 4 November 2012 (diff | hist) . . (-22) . . ResizeBitmap (current)
- 01:38, 4 November 2012 (diff | hist) . . (-49) . . LoadBitmap (current)
- 01:38, 4 November 2012 (diff | hist) . . (-22) . . GetBitmapSize (current)
- 01:38, 4 November 2012 (diff | hist) . . (-22) . . FreeBitmap (current)
- 01:37, 4 November 2012 (diff | hist) . . (-22) . . FastSetPixel (current)
- 01:37, 4 November 2012 (diff | hist) . . (-22) . . FastGetPixel (current)
- 01:36, 4 November 2012 (diff | hist) . . (-22) . . CreateMirroredBitmap (current)
- 01:36, 4 November 2012 (diff | hist) . . (-22) . . CreateBitmap (current)
- 01:36, 4 November 2012 (diff | hist) . . (-22) . . BitmapToString (current)
- 01:36, 4 November 2012 (diff | hist) . . (-22) . . BitmapAssigned (current)
- 00:28, 30 October 2012 (diff | hist) . . (+2) . . SendKeysWait (current)
- 00:27, 30 October 2012 (diff | hist) . . (+526) . . N KeyUp (Created page with "==Definition== <source lang="scar" lines="false"> procedure KeyUp(const Key: Char); </source> ==Availability== SCAR Divi 3.35 > Current ==Description== Releases a key define...") (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)