NoData Property

Specifies the default value for the CursorFill MethodlNoData parameter. Read/write at design time and run time.

CursorAdapter.NoData [ = lExpr]

Return Value

  • lExpr
    The settings for the NoData property are:

    Setting Description

    True (.T.)

    Sets the default value for the CursorFill method lNoData parameter to a logical True (.T.).

    If the CursorFill method is called without the lNoData parameter, the cursor is created but is not filled with data.

    False (.F.)

    (Default) Sets the default value for the CursorFill method lNoData parameter to a logical False (.F.).

    If the CursorFill method is called without the lNoData parameter, the cursor is created and is filled with data.

Remarks

Applies To: CursorAdapter Class.

The value specified by this property is used by the CursorFill method when the lNoData parameter is omitted in the method. This property is ignored if the lNoData parameter is included in the CursorFill method.

See Also

Reference

CursorFill Method
UseCursorSchema Property