[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Win32Int' (#lcl)

TWaitHandler

Declaration

Source position: win32int.pp line 104

type TWaitHandler = record

  ListIndex: pdword;

  

  UserData: PtrInt;

  

  OnEvent: TWaitHandleEvent;

  

end;