We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TThis
A number of class modules need to be remade into using TThis standard:
Example from stdWindow
stdWindow
Private Type TLayeredWindowInfo crKey As Long bAlpha As Byte End Type Private pHandle As LongPtr Private pInitialized As Boolean Private pLayeredWindowInfo As TLayeredWindowInfo Private Lookups As Object
Private Type TLayeredWindowInfo crKey As Long bAlpha As Byte End Type 'PreDeclared object level variables Private Type TSingleton Lookups As Object End Type 'Instance variables Private Type TThis Singleton as TSingleton Handle As LongPtr Initialized As Boolean LayeredWindowInfo As TLayeredWindowInfo End Type Private This as TThis
stdAcc
stdArray
stdCallback
stdCOM
stdEnumerator
stdHTTP
stdLambda
stdPerformance
stdProcess
stdRegex
The text was updated successfully, but these errors were encountered:
VB7/VB6 compatibility for stdProcess + TThis standard change
0e6e8fd
stdLambda conversion to TThis
53dbc48
TThis standard changes
2a64a05
Migration to TThis and updating tests.
d3f6d45
Related to #102 * stdAcc * stdCallback * stdCOM * stdPerformance Fix to stdEnumerator#AsArray2D Major fixes to tests
320d385
No branches or pull requests
A number of class modules need to be remade into using
TThis
standard:Description
Current
Example from
stdWindow
TThis
standardTracker
stdAcc
stdArray
stdCallback
stdCOM
stdEnumerator
stdHTTP
stdLambda
stdPerformance
stdProcess
stdRegex
stdWindow
The text was updated successfully, but these errors were encountered: