Share via


xRecord.toolTipField(Int32) Method

Definition

Retrieves the HelpText value for the specified field.

public:
 virtual System::String ^ toolTipField(int _fieldId);
public virtual string toolTipField (int _fieldId);
abstract member toolTipField : int -> string
override this.toolTipField : int -> string
Public Overridable Function toolTipField (_fieldId As Integer) As String

Parameters

_fieldId
Int32

The field for which to retrieve the HelpText value.

Returns

The HelpText value of the specified field.

Applies to