Unit 'flcFileUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_fundamentals]

TFileOpenWait

Declaration

Source position: flcFileUtils.pas line 336

type TFileOpenWait = packed record

  Wait: Boolean;

  

  UserData: LongWord;

  

  Timeout: Integer;

  

  RetryInterval: Integer;

  

  RetryRandomise: Boolean;

  

  Callback: TFileOpenWaitProcedure;

  

  Aborted: Boolean;

  

  Signal: THandle;

  

end;



CT Web help

CodeTyphon Studio