PrDoc: Field

Field

Returns the data of a field in string format.

 Public Function Field(
	  ByVal field_code As Long ) As String

Parameters

field_code
The id of the needed field. The possible ids are defined in the PR_DOCFIELD enumeration.

Return Values

The data of the field.

Languages

[Visual Basic] Public Function Field(ByVal field_code As Long) As String

[Delphi] function Field(field_code: Integer): WideString;

[C++] BSTR Field(long field_code);

Remarks

See Also

Class PrDoc Overview PrDoc Properties PrDoc Methods Document FieldBinary