Forum > Documentation (Maintaining -)

FPC Graph unit documentation missing PutPixel GetPixel

(1/1)

Weiss:
I can access them and those two procedures work. But they are not listed in "procedures and functions" in reference for unit "Graph".

dsiders:

--- Quote from: Weiss on November 23, 2022, 05:04:18 am ---I can access them and those two procedures work. But they are not listed in "procedures and functions" in reference for unit "Graph".

--- End quote ---

They are in the index though.

https://www.freepascal.org/docs-html/current/rtl/graph/getpixel.html
https://www.freepascal.org/docs-html/current/rtl/graph/putpixel.html

[Edit]

They're included on the Variables page.

PascalDragon:

--- Quote from: Weiss on November 23, 2022, 05:04:18 am ---I can access them and those two procedures work. But they are not listed in "procedures and functions" in reference for unit "Graph".

--- End quote ---

That's because PutPixel and GetPixel are procedure variables that are set by the selected backend. As dsiders mentioned they are thus listed as Variables.

Navigation

[0] Message Index

Go to full version