How to know text entered/modified in editor

  • Hi,
    I am using this statement to know text modified or not.
    Memo.SetBProp(BPropSel.wpVarBOptions, 12, BPropVal.read)

    If I insert any textfield objects this statement reading 0 value instead of 1, is there any separate method for identifying these objects

    Thanks in advance