Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWGrid.RefreshAsyncRender
#8
Not exactly performant, yes, in case you have such a big grid. I'll have a look at the IWEdit refresh and why it is not working.

Regarding the EventParams, there is actually no requirement that the field needs to have the same name as the component. The component itself handles this internally in a transparent way. In general you don't need to deal with it directly, do you?

Each TIWControl has a method like this:

function TIWCustomCheckBox.IsForThisControl(AName: string): Boolean;
begin
Result := SameText(HTMLName + '_CHECKBOX', AName);
end;

So, the IWCheckBox itself knows what field name it expects.
Reply


Messages In This Thread
IWGrid.RefreshAsyncRender - by Lorbass - 07-14-2022, 03:58 PM
RE: IWGrid.RefreshAsyncRender - by Lorbass - 07-18-2022, 11:45 AM
RE: IWGrid.RefreshAsyncRender - by Lorbass - 07-27-2022, 04:29 PM
RE: IWGrid.RefreshAsyncRender - by Alexandre Machado - 07-28-2022, 03:01 AM
RE: IWGrid.RefreshAsyncRender - by Lorbass - 07-28-2022, 07:12 AM

Forum Jump:


Users browsing this thread: 4 Guest(s)