PrDoc: FieldPropertyV

FieldPropertyV

Returns a property of a field.

 Public Function FieldPropertyV(
	  ByVal field_code As Long,
	  ByVal prop_code As Long ) As Variant

Parameters

field_code
The id of the asked field. The possible ids are defined in the PR_DOCFIELD enumeration.
prop_code
The id of the asked property. The possible ids are defined in the PR_PROP_TYPE enumeration.

Return Values

A variant structure containing the binary data.

Languages

[Visual Basic] Public Function FieldPropertyV(ByVal field_code As Long, ByVal prop_code As Long) As Variant

[Delphi] function FieldPropertyV(field_code: Integer; prop_code: Integer): OleVariant;

[C++] VARIANT FieldPropertyV(long field_code, long prop_code);

Remarks

See Also

Class PrDoc Overview PrDoc Properties PrDoc Methods FieldProperty FieldStatus