Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
1 September 2025
N 19:14 | WpSetDefaultHelp diffhist +1,516 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSetDefaultHelp}} This instance method is called to set the default help panel for the object. ==Syntax== _wpSetDefaultHelp(somSelf, HelpPanelID, HelpLibrary) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''HelpPanelID'' (ULONG) - input :Help panel identity. ;''HelpLibrary'' (PSZ) - input :A pointer to the name of the Help library. A N...") |
N 19:13 | WpDisplayHelp diffhist +1,885 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpDisplayHelp}} This instance method is called to allow the object to display a help panel. ==Syntax== _wpDisplayHelp(somSelf, HelpPanelId, HelpLibrary) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''HelpPanelId'' (ULONG) - input :Object's help panel ID. ;''HelpLibrary'' (PSZ) - input :A pointer to a zero-terminated string which contai...") |
N 19:12 | WpMenuItemHelpSelected diffhist +1,997 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpMenuItemHelpSelected}} This instance method is called to allow the object to display the requested help panel. ==Syntax== _wpMenuItemHelpSelected(somSelf, MenuId) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''MenuId'' (ULONG) - input :Object's menu ID. :For a listing of WPMENUIDs, see the individual object classes. ==Returns== ;''rc'' ([...") |