PrApi: TestDocEvent |
Occurs when the state of the document has changed.
Event TestDocEvent( ByVal Status As Long )
[Visual Basic] Event TestDocEvent(ByVal status As Long)
[Delphi] procedure TestDocEvent(Sender: TObject; status: Integer);
[C++] void TestDocEvent(long status);
It is triggered by the changing of the document state reported by the document (and motion) detection subprocess.
[Delphi] The Sender parameter indicates which component received the event and therefore called the handler.
Class PrApi Overview PrApi Properties PrApi Methods TestButton TestDocument