xRecord.helpField(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a string that contains the Help text for the specified field.
public:
virtual System::String ^ helpField(int _fieldId);
public virtual string helpField (int _fieldId);
abstract member helpField : int -> string
override this.helpField : int -> string
Public Overridable Function helpField (_fieldId As Integer) As String
Parameters
- _fieldId
- Int32
The field for which to retrieve the Help text.
Returns
The Help text for the specified field.