Detect Signature

Can anybody help recommend a way to detect if somebody has actually signed a TMSFMXSignatureCapture? I don't want them to proceed unless something has been signed.


Thanks

Think I may have solved this using TMSFMXSignatureCapture1.SignaturePoints.Count

Is this the best approach?

Hi, 


Yes, you can use TMSFMXSignatureCapture1.SignaturePoints.Count to determine if a signature is drawn. 

Thanks for confirming Pieter