GetValueByCaption |
Scroll |
Gets the value of the field with the specified Caption.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetValueByCaption (strCaption As String) As Object C# public virtual object GetValueByCaption (string strCaption)
ParametersstrCaption Caption of the field from which to return the value.
Return ValueThe value of the field with the specified Caption. |