function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
forcewithuforcewithu 

Where can I find all methods for Globals?

I've only been developing in Salesforce for a few weeks, but in all my searching around the site I cannot find a definitive list of all the methods available for the various Globals.  I can find discussions or examples for certain pieces, like UserInfo.getSessionId(), or System.currentPageReference().getURL(), but I can't find a reference that tells me everythign available for UserInfo or currentPageReference.
 
Can anyone point me to such a reference?
SuperfellSuperfell
See the Apex Language Reference on this page.
http://wiki.apexdevnet.com/index.php/Apex_and_Visualforce
forcewithuforcewithu
Perfect!
 
Thanks, Simon!