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
MVP made easier.
by
cdbc
[
Today
at 07:04:04 pm]
A diary project with SQLi...
by
cdbc
[
Today
at 06:58:37 pm]
Form has no Taskbar entry...
by
LV
[
Today
at 06:53:35 pm]
4.4 messed with the proje...
by
dseligo
[
Today
at 06:52:19 pm]
'Rounding' to (say) 5 DP
by
J-G
[
Today
at 06:47:59 pm]
Is it possible to create ...
by
LeP
[
Today
at 06:17:26 pm]
Duplicated icon in the Wi...
by
n7800
[
Today
at 06:11:54 pm]
[AGGPas] Difference betwe...
by
cdbc
[
Today
at 05:02:28 pm]
[SOLVED] Statically linki...
by
marcov
[
Today
at 04:56:09 pm]
[ANN] fpGUI Toolkit v2.0....
by
marcov
[
Today
at 04:40:24 pm]
pas2js WebAssembly SQLite...
by
PierceNg
[
Today
at 03:32:46 pm]
StrMath.pas a String Numb...
by
JgQDev
[
Today
at 03:27:23 pm]
My AGGPas examples
by
Roland57
[
Today
at 02:10:03 pm]
Datatype of Fields in sql...
by
Dzandaa
[
Today
at 01:46:59 pm]
Debian removes FPC/Lazaru...
by
robert rozee
[
Today
at 01:29:02 pm]
Status of FPC 3.4.0 or FP...
by
marcov
[
Today
at 01:27:35 pm]
Anyone else getting a tro...
by
RaketeMike
[
Today
at 11:18:08 am]
TurboBird IBX
by
valdir.marcos
[
Today
at 10:38:16 am]
Delphi Magazine issues 1-...
by
valdir.marcos
[
Today
at 10:37:33 am]
We are starting to use La...
by
dbannon
[
Today
at 06:25:04 am]
Fast Canvas Library V1.05...
by
backprop
[
Today
at 03:19:31 am]
TurboBird for FireBird 5
by
maurog
[
Today
at 02:28:10 am]
lazarus structure
by
crownfield
[
Today
at 12:28:23 am]
LazSerial not found
by
CM630
[February 16, 2026, 10:00:08 pm]
"PPU file isn't found by ...
by
Martin_fr
[February 16, 2026, 09:29:59 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: WinAPI - examples - INDEX (Read 12614 times)
440bx
Hero Member
Posts: 6096
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