Interface ICursorSet
Unit
Neslib.Clang 
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
Overview
Methods
Properties
Description
Methods
  | 
function GetHandle: TCXCursorSet; | 
 
| 
  |  
 
  | 
function Contains(const ACursor: TCursor): Boolean; | 
 
| 
 
Queries the cursor set to see if it contains a specific cursor. 
 |  
 
  | 
function Insert(const ACursor: TCursor): Boolean; | 
 
| 
 
Inserts a cursor into the cursor set.
 
Returns
False if the cursor was already in the set.  |  
 
Properties
  | 
property Handle: TCXCursorSet read GetHandle; | 
 
| 
 
Internal handle to C API 
 |  
 
 Generated by PasDocEx, based on PasDoc 0.14.0. 
 |