PrApi: TestDocument

TestDocument

Returns the document state.

 Public Function TestDocument(
	  ByVal window_id As Long ) As Long

Parameters

window_id
The id of the object window. The possible values are definied in the PR_WINDOW_ID enumeration.

Return Values

The document state.

Languages

[Visual Basic] Public Function TestDocument(ByVal window_id As Long) As Long

[Delphi] function TestDocument(window_id: Integer): Integer;

[C++] long TestDocument(long window_id);

Remarks

See Also

Class PrApi Overview PrApi Properties PrApi Methods TestDocEvent UDBlockSize