mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 10:37:58 +02:00
14 lines
750 B
Plaintext
14 lines
750 B
Plaintext
{
|
|
"ImgViewer" : {
|
|
"Category" : "General",
|
|
"Keywords" : [
|
|
"Images",
|
|
"TImage",
|
|
"scaling",
|
|
"FindFirstUTF8",
|
|
"BeginWaitCursor"
|
|
],
|
|
"Description" : "This example application shows how to load and show image/graphical files.\n\nIt also demonstrates\n- scaling images\n- using the Lazarus functions FindFirstUTF8 and FindNextUTF8 to recursively seek files and directories\n- dealing with key presses using the KeyDown event\n- using BeginUpdate and EndUpdate to improve processing speed of certain controls (a ListBox in this case)\n- setting the cursor to hourglass and reset it to indicate a long-running operation is going on (e.g. when recursively loading directories with a large amount of images)"
|
|
}
|
|
}
|