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

TGFileIface.move_async

Declaration

Source position: lazgio2.pas line 4311

TGFileIface.move_async : procedure(

  source: PGFile;

  destination: PGFile;

  flags: TGFileCopyFlags;

  io_priority: gint;

  cancellable: PGCancellable;

  progress_callback: TGFileProgressCallback;

  progress_callback_data: gpointer;

  callback: TGAsyncReadyCallback;

  user_data: gpointer

);