DBTable.TextLabelValue

Returns the value for the specified text label in the specified variable.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property DBTable.TextLabelValue( _
    VarNo As Integer, _
    Label As String, _
    Optional CaseInsensitive As Boolean = True) As Variant
  • VarNo [in]

    Type: Integer

  • Label [in]

    Type: String

  • CaseInsensitive [in, optional]

    Type: Boolean

    Default value: True

Variant