AbstractWindowedCursor.HasWindow Property

Definition

Returns true if the cursor has an associated cursor window.

public virtual bool HasWindow { [Android.Runtime.Register("hasWindow", "()Z", "GetHasWindowHandler")] get; }
[<get: Android.Runtime.Register("hasWindow", "()Z", "GetHasWindowHandler")>]
member this.HasWindow : bool

Property Value

True if the cursor has an associated cursor window.

Attributes

Remarks

Returns true if the cursor has an associated cursor window.

Java documentation for android.database.AbstractWindowedCursor.hasWindow().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to