TXDatWebDataSet Close Load AfterOpen

WITH TXDataWebDataSet DO BEGIN

  • Close
  • Load
  • AfterOpen
    END
    This code do not work
    I need to do
    WITH TXDataWebDataSet DO BEGIN
  • Close
  • Start a Timer for aproc 700ms
  • Load
  • After open
    END
    to get correct results otherwise it goes to fast
    What am I doing wrong

Hello, cloud you please provide the detailed code, in proper formatting, so we better understand what's going on? AfterOpen is an event, not a method.