Table of Contents
Enumerations #
This class exposes no enumerations.
Constants #
This class exposes no constants.
Events #
Name | Parameters | Return Type | Description |
---|---|---|---|
ClosePressed | None | None | Raised when the user presses the Close icon. |
DoublePressed | None | None | Raised when the user double-presses the control. |
LongPressed | None | None | Raised when the user long-presses the control. |
Methods #
Name | Parameters | Return Type | Description |
---|---|---|---|
Clone | None | GraffitiTag | Creates a new, identical instance of the class. Useful for embedding in multiple GraffitiTagField instances. |
Constructor | None | None | Creates a new instance of the class. |
Constructor | text as String | None | Creates a new instance of the class. |
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
AccessoryType | MobileTableCellData.AccessoryTypes | Default | AccessoryType displayed in the popup of GraffitiTagField. |
BackgroundColor | ColorGroup | Nil | Color applied to the background of the component. |
BorderColor | ColorGroup | Nil | Color applied to the border of the component. |
CanDeselect | Boolean | True | Controls whether the close icon is displayed. |
CornerHeight | Double | 5 | Height of the control’s corners. |
CornerWidth | Double | 5 | Width of the control’s corners. |
DetailText | String | “” | Text displayed under the item’s Text in a GraffitiTagField popup. |
Font | Font | System Default | Font properties applied to all elements. |
Image | Picture | Nil | Image displayed for the item within a GraffitiTagField popup. |
Selected | Boolean | False | Determines whether the class is selected within its parent GraffitiTagField. |
Tag | Variant | Nil | Developer storage. |
Text | String | “” | Text displayed within the object. |
TextColor | ColorGroup | Nil | Color applied to the Text. |