Table of Contents
About #
This class is a means of providing editing capabilities of various types to GraffitiGrid. There are several implemented in the demo project that illustrate its use.
Constants #
This object exposes no constants.
Enumerations #
This object exposes no enumerations.
Events #
Name | Parameters | Return Type | Description |
---|---|---|---|
EditBegun | None | None | Raised when an edit operation has begun. |
EditCanceled | None | None | Raised when an edit operation has been canceled. |
EditCommited | None | None | Raised when an edit operation has been commited. |
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Begin | None | None | Begins editing. |
Cancel | None | None | Cancels editing if begun. |
Commit | None | None | Commits the edit operation, if begun. |
Constructor | control as MobileUIControl | None | Creates a new instance. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
Column (Read Only) | GraffitiGridColumn | Nil | The column currently being edited. |
Control (Read Only) | MobileUIControl | Nil | Control to be used for editing operations. |
Row | GraffitiGridRow | Nil | The row currently being edited. |
Visible | Boolean | False | Determines whether the editor is currently in use and visible on the user’s screen. |