onGetText 事件是什么意思?理解不了?如何使用?可否举例?谢谢!

解决方案 »

  1.   

    这个事件应该是query字段编辑器里面的吧,主要是对从数据库区出来的数据子段进行操作的事件吧
    你可以根据该字段(sender.text)的不同设置得到相应的对应值,
      

  2.   

    Write an OnGetText handler to perform custom processing for the DisplayText and Text properties. Use OnGetText to format the Value of the field differently when it must be edited from the format used when simply displaying the value, or use OnGetText to display something other than the field'svalue when it is displayed.