for TGrid() i use Method Notify to get LVN_KEYDOWN when "Key" is press
now when "load" a big Folder and User press ENTER again it crash ...
so i want to "block" Notify ... but how ...
i can use a Member (DATA) like this
- Code: Select all Expand view
- IF ::lAllowed
DO CASE
CASE nCode == LVN_KEYDOWN
but that seems me not the right Way when i want to release CLASS TGrid() ... how User should know it ...
so i like to ask if Fivewin can "disable Event" which is "documented" so i can point User to it