Quote Originally Posted by cronodragon
Is there a reference or guide for the multiplataform windows functions? :?
Not really. http://lazarus-ccr.sourceforge.net/d...f/index-5.html shows them, but is not more than a list of functions.

For windows most of the time, they just point to the same name function from winapi, see msdn. For gtk there are emulations.