Interface ICursorSet

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type ICursorSet = interface(IInterface)

Description

A fast container representing a set of cursors. Implemented by TCursorSet.

Attributes
GUID['{91598024-E848-45E5-B1C9-DD0EB27E7610}']

Hierarchy

  • IInterface
  • ICursorSet

Overview

Methods

Public function GetHandle: TCXCursorSet;
Public function Contains(const ACursor: TCursor): Boolean;
Public function Insert(const ACursor: TCursor): Boolean;

Properties

Public property Handle: TCXCursorSet read GetHandle;

Description

Methods

Public function GetHandle: TCXCursorSet;
 
Public function Contains(const ACursor: TCursor): Boolean;

Queries the cursor set to see if it contains a specific cursor.

Public function Insert(const ACursor: TCursor): Boolean;

Inserts a cursor into the cursor set.

Returns

False if the cursor was already in the set.

Properties

Public property Handle: TCXCursorSet read GetHandle;

Internal handle to C API


Generated by PasDocEx, based on PasDoc 0.14.0.