Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
Windows
(Moderators:
FPK
,
Tomas Hajny
) »
WinAPI - examples - INDEX
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Lazaris IDE v4.4 - extrem...
by
zeljko
[
Today
at 12:54:12 pm]
How to determine the unkn...
by
LeP
[
Today
at 12:42:16 pm]
Status of FPC 3.4.0 or FP...
by
Martin_fr
[
Today
at 11:44:46 am]
ThorVG - test (lightweigh...
by
ALLIGATOR
[
Today
at 11:35:53 am]
Here's how to show colour...
by
Pallzi
[
Today
at 11:19:27 am]
Can we wallgarden this, p...
by
paweld
[
Today
at 08:58:41 am]
Transparent Form: Done di...
by
LV
[
Today
at 08:38:31 am]
Lazarus for Windows on aa...
by
msintle
[
Today
at 02:29:50 am]
Fast Canvas Library V1.05...
by
Gigatron
[
Today
at 02:25:35 am]
it2play - IT/S3M module r...
by
hukka
[
Today
at 01:02:01 am]
Debian removes FPC/Lazaru...
by
dbannon
[
Today
at 12:57:16 am]
Rolling releases Lazarus[...
by
dbannon
[
Today
at 12:44:27 am]
GridPrinter requirements ...
by
sfeinst
[
Today
at 12:39:07 am]
Lazarus programs look ugl...
by
the_magik_mushroom
[February 07, 2026, 11:54:12 pm]
LCL Web Native with D2Bri...
by
xinyiman
[February 07, 2026, 10:43:41 pm]
Recommendations for wasm3...
by
PascalDragon
[February 07, 2026, 10:38:15 pm]
Migrating SK1 Project to ...
by
jamie
[February 07, 2026, 09:13:45 pm]
[SOLVED] The main screen ...
by
Hansvb
[February 07, 2026, 06:50:52 pm]
[SOLVED] Don't find the U...
by
Hartmut
[February 07, 2026, 05:23:36 pm]
[Closed]FPC error when us...
by
marcov
[February 07, 2026, 04:19:50 pm]
Sidmon Player Library
by
Gigatron
[February 07, 2026, 02:56:58 pm]
Who is absent from year 2...
by
backprop
[February 07, 2026, 01:52:41 pm]
[RESOLVED] Log in to web ...
by
rvk
[February 07, 2026, 01:26:35 pm]
Help with diabetes projec...
by
slicke
[February 07, 2026, 12:13:28 pm]
FPC and Lazarus coding st...
by
Martin_fr
[February 07, 2026, 09:21:46 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: WinAPI - examples - INDEX (Read 12608 times)
440bx
Hero Member
Posts: 6065
WinAPI - examples - INDEX
«
on:
January 22, 2021, 02:04:31 am »
Post 1
https://forum.lazarus.freepascal.org/index.php/topic,52810.msg390575.html#msg390575
without source code :
ExpandEnvironmentStrings
SetConsoleWindowInfo
ExtTextOut
(two (2) examples)
InvalidateRect
SelectClipRgn
with source code :
Windows Bitness
(the example in post 2 should be preferred over this one)
Windows Bitness
(by
@ASerge
- uses
IsWow64Process
and
IsWow64Process2
)
https://forum.lazarus.freepascal.org/index.php/topic,52810.msg390816.html#msg390816
Windows Bitness
(by
@PascalDragon
- uses
IsWow64Process
and
IsWow64Process2
)
https://forum.lazarus.freepascal.org/index.php/topic,52810.msg390947.html#msg390947
Post 2
https://forum.lazarus.freepascal.org/index.php/topic,52902.msg390865.html#msg390865
without source code :
GlobalCompact
GlobalFix
GlobalFlags
GlobalHandle
GlobalLock
GlobalReAlloc
GlobalSize
GlobalUnfix
GlobalUnlock
GlobalUnWire
GlobalWire
LocalAlloc
LocalCompact
LocalFlags
LocalFree
LocalHandle
LocalLock
LocalReAlloc
LocalShrink
LocalSize
LocalUnlock
GlobalAlloc
GlobalFree
no example for any of the above APIs will be given.
with source code :
GetTextExtentPoint
(use GetTextExtentPoint32 instead)
GetTextExtentPoint32
SetBkMode
SetTextAlign
TextOut
GetClientRect
is also an example of
CreatePen
SetCapture
ReleaseCapture
InvalidateRect
SelectObject
Rectangle
lstrcpy
lstrlen
DeleteObject
Windows Bitness
(this example should be preferred over the one in Post 1.)
Post 3
https://forum.lazarus.freepascal.org/index.php/topic,52973.msg391376.html#msg391376
without source code :
none
with source code :
DebugBreak
IsDebuggerPresent
QueryPerformanceCounter
QueryPerformanceFrequency
SetLastError
Sleep
Post 4
https://forum.lazarus.freepascal.org/index.php/topic,53014.msg391651.html#msg391651
without source code :
Module32First
with source code :
CreateStatusWindow
(example is named StatusBar due to a quirk in it)
GetEnvironmentStrings
FreeEnvironmentStrings
ExpandEnvironmentStrings
GetModuleHandle
is also an example of
ModifyMenu
GetMenu
GetSubMenu
.
GetModuleHandleEx
is also an example of
LoadLibrary
FreeLibrary
Post 5
https://forum.lazarus.freepascal.org/index.php/topic,53428.msg395201.html#msg395201
without source code :
none
with source code :
GetFileSize
GetFileSizeEx
GetVersion
GetVersionEx
RtlGetNtVersionNumbers
(undocumented) (console and gui examples)
GetSystemInfo
GetNativeSystemInfo
«
Last Edit: February 23, 2021, 02:01:34 pm by 440bx
»
Logged
FPC v3.2.2 and Lazarus v4.0rc3 on Windows 7 SP1 64bit.
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
Windows
(Moderators:
FPK
,
Tomas Hajny
) »
WinAPI - examples - INDEX
TinyPortal
© 2005-2018