默认修饰器
//在里面存放任意的代码
Lay.fn.event = function(modName, events, params){
  var that = this, result = null, filter = events.match(/\(.*\)$/)||[];
  var set = (events = modName + '.'+ events).replace(filter, ''); 
};

notepad修改器

//在里面存放任意的代码
Lay.fn.event = function(modName, events, params){
  var that = this, result = null, filter = events.match(/\(.*\)$/)||[];
  var set = (events = modName + '.'+ events).replace(filter, ''); 
};
procedure TaLayTextOne.SetProperItem(AName, Value: string;
  StringGrid1: TTMSFMXGrid; ARow: Integer);
begin
  inherited;
  if AName = 'NoFbSelf' then
    NoFbSelf := PropertyFrm.FBaseCon.NoFbSelf
  else
end;