PrDoc: FieldBinary

FieldBinary

Returns the data of a field in binary format.

 Public Function FieldBinary(
	  ByVal field_code As Long,
	  ByRef data ) As Boolean

Parameters

field_code
The id of the asked field. The possible ids are defined in the PR_DOCFIELD enumeration.
data
The data returned.

Return Values

On error false is returned and the error code and string of the control is set appropriately.

Languages

[Visual Basic] Public Function FieldBinary(ByVal field_code As Long, ByRef data) As Boolean

[Delphi] function FieldBinary(field_code: Integer; var data: OleVariant): Boolean;

[C++] bool FieldBinary(long field_code, VARIANT* data);

Remarks

See Also

Class PrDoc Overview PrDoc Properties PrDoc Methods Field FieldBinaryV