OnCreatePreallocFileProgress
Delphi
property OnCreatePreallocFileProgress: TOnProgress read FOnCreatePreallocFileProgress write FOnCreatePreallocFileProgress;
C++Builder
__property TOnProgress OnCreatePreallocFileProgress = {read=FOnCreatePreallocFileProgress, write=FOnCreatePreallocFileProgress};
typedef void __fastcall (__closure *TOnProgress)(System::TObject* Sender, System::LongInt Percent, LargeInteger Position, LargeInteger Duration);
C#
public event OnCreatePreallocFileProgressEventHandler OnCreatePreallocFileProgress;
public delegate void OnCreatePreallocFileProgressEventHandler(object sender, TOnProgressEventArgs e);
VB.NET
Public Event OnCreatePreallocFileProgress As OnCreatePreallocFileProgressEventHandler
Public Delegate Sub OnCreatePreallocFileProgressEventHandler(sender As Object, e As TOnProgressEventArgs)
C++/Qt
void SetOnCreatePreallocFileProgress (TOnCreatePreallocFileProgressCb OnCreatePreallocFileProgressCb);
typedef void CALLBACK TOnCreatePreallocFileProgressCb (void *Object, void *Sender, int Percent, __int64 Position, __int64 Duration);
This TOnProgress event occurs periodically during the creation of the preallocated file used for recording.