Enabled property in IDE
Posted: Sat Jan 30, 2010 11:05 am
Hello Master Roberto,
I can't find Enabled property in IDE, is it possible to add this property in IDE?
I also found AllowEdit property of Grid is available as Control Definition Only. But, sometimes we need to change a grid read only programatically. Now, I am doing this using tips from Grigory Filatov
Is it possible to use AllowEdit property in this case more easily?
Thanks in advance.
With best regards.
Sudip
I can't find Enabled property in IDE, is it possible to add this property in IDE?
I also found AllowEdit property of Grid is available as Control Definition Only. But, sometimes we need to change a grid read only programatically. Now, I am doing this using tips from Grigory Filatov
Code: Select all
_HMG_SYSDATA [ 40 ] [ GetControlIndex ( cGrid , cWindow ) ] [ 1 ] := lEditable
Thanks in advance.
With best regards.
Sudip