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
2 September 2025
|
N 00:17 | WpQueryStyle 2 changes history +2,757 [Martini (2×)] | |||
|
00:17 (cur | prev) +41 Martini talk contribs (→Related Methods) | ||||
N |
|
00:11 (cur | prev) +2,716 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpQueryStyle}} This instance method **allows the object to query its current class style**. ==Syntax== _wpQueryStyle(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''ulnwQrySt'' (ULONG) - returns :Object styles. :The flags are **ORed together** to indicate the object's style. :Possible values include: ::OBJSTYLE_CUSTO...") |
N 00:13 | WpSetStyle diffhist +2,741 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSetStyle}} This instance method is **called to allow an object to set its current object style**. ==Syntax== _wpSetStyle(somSelf, ulNewStyle) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulNewStyle'' (ULONG) - input :Object styles. :Possible values include: ::OBJSTYLE_CUSTOMICON: The icon is destroyed when the object goes dormant. :...") |
N 00:12 | WpModifyStyle diffhist +3,167 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpModifyStyle}} This method is **specific to Version 3, or higher, of the OS/2 operating system**. This instance method **modifies the current object style for the given object**. ==Syntax== _wpModifyStyle(somSelf, ulStyleFlags, ulStyleMask) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''ulStyleFlags'' (ULONG) - input :Flag indicating...") |