richard-service wrote:because I can't see any input or modify command fivetechsoft wiki site.
Antonio Linares wrote:Richard,
1. First, log in the wiki
2. Simply go to this address: (change the final word with the function name)
http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_tabctrladd
3. Push the button "create this page"
====== Class TAccTable ======
Accelerators table class
====== DATA ======
|nHandle| Accelerators table handle |
|aItems| An array holding each accelerator item array |
====== METHODS ======
|New| Creates a new accelerators table |
|Activate| Sets this accelerators table as the active one |
|Add| Adds a new accelerator item |
|DeActivate| Deactivates this accelerator table |
|Del| Deletes an accelerator item |
|End| Destroys the accelerators table and deactivates it if used |
====== example ======
FWH\source\classes\menuitem.prg
<code clipper>
if ::oMenu:oAccTable == nil
::oMenu:oAccTable = TAccTable():New()
endif
::oMenu:oAccTable:Add( nVirtKey, nVKState, ::nId )
</code>
====== source code ======
FWH\source\classes\tacctbl.prg
====== see also ======
[[fivewin_class_tmenuitem|Class TMenuItem]]
Antonio Linares wrote:Richard,
I have sent you two times the same email with your login and password.
Please check the email spam folder in case they are there.
Antonio Linares wrote:Richard,
Thanks
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 59 guests