Related changes
Appearance
← WpDelete
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 18:59 | WpQueryConfirmations diffhist +2,210 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpQueryConfirmations}} This instance method is called to determine which confirmations are set on this object. ==Syntax== _wpQueryConfirmations(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''ulflag'' (ULONG) - returns :Confirmation flags. :NULL No confirmations set. :CONFIRM_DELETE Prompt for confirmation for all objects...") |
N 18:58 | WpConfirmDelete diffhist +1,566 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpConfirmDelete}} This instance method is called to allow the object to prompt the user to confirm the deletion of this object. ==Syntax== _wpConfirmDelete(somSelf, fConfirmations) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''fConfirmations'' (ULONG) - input :Confirmation flags. :CONFIRM_DELETE Confirm for delete of all objects. :CONFIRM_D...") |
N 18:53 | WpFree diffhist +1,508 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpFree}} This instance method is called to destroy the object, including its persistent image, and de-allocate its associated resources. ==Syntax== _wpFree(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== This met...") |