What is defined as pseudo-functions
Posted: Fri Apr 25, 2014 9:14 am
I want to know more about "defined as pseudo-functions"
Exclusive forum for HMG, a Free / Open Source xBase WIN32/64 Bits / GUI Development System
http://mail.hmgforum.com/
Please look at here.bpd2000 wrote:I want to know more about "defined as pseudo-functions"
Hi,bpd2000 wrote:I want to know more about "defined as pseudo-functions"
instead of using 6 (six) different functions.#xtranslate GetEscapeState () ;
=> ;
GetKeyState( VK_ESCAPE )
#xtranslate GetAltState () ;
=> ;
GetKeyState( VK_MENU )
#xtranslate IsInsertActive () ;
=> ;
( GetKeyState( VK_INSERT ) > 0 )
#xtranslate IsCapsLockActive () ;
=> ;
( GetKeyState( VK_CAPITAL ) > 0 )
#xtranslate IsNumLockActive () ;
=> ;
( GetKeyState( VK_NUMLOCK ) > 0 )
#xtranslate IsScrollLockActive () ;
=> ;
( GetKeyState( VK_SCROLL ) > 0 )
Thank you Esgici and Grigory Filatovgfilatov wrote:Hi,bpd2000 wrote:I want to know more about "defined as pseudo-functions"
It is a very powerful feature of Harbour compiler.
Pseudo-functions are used extensively in HMG Extended Edition for reducing of memory consuming and diminish of minigui's core.
esgici wrote:Please look at here.bpd2000 wrote:I want to know more about "defined as pseudo-functions"
Happy HMG'ing
Hi Esgici,esgici wrote:Thanks Grigory
By the way, are you returned from holiday ?
We are worried about you and your country![]()
I wish emergency and permanent peace and independence to your country and people![]()
...
Viva HMG