OnDoneRecordingDigitizer



Triggered when an item section finishes recording.



Syntax:

Procedure: OnDoneRecordingDigitizer(ItemPath: String);


API Calls

Delphi

PlanSwift and FreshDesk Code:




Procedure OnDoneRecordingDigitizer(ItemPath: String);
Begin
  // Process as needed here...
End;

Planswift.OnDoneRecordingDigitizer := OnDoneRecordingDigitizer;




Coming soon

C#

public class PlanswiftApi
{
    private PlanSwift Planswift { get; }
    public PlanSwiftApi()
    {
        Planswift = new PlanSwift();
    }
}


Coming soon

VB/VBA (OLE)

Coming soon


Coming soon