TdxTileControlHitTest.HitObject Property
Returns ViewInfo information on the tile control element located at the inspected point.
Declaration
property HitObject: TObject read; write;
Property Value
Type |
---|
TObject |
Remarks
This property returns a ViewInfo object if one of the HitAt-prefixed properties returns True
for the inspected point; otherwise – nil
. To learn more about HitAt~ properties, refer to the corresponding topics.
The table below lists all possible ViewInfo classes and their corresponding UI elements:
ViewInfo Class Name | UI Element | Useful Class Properties | |
colspan=”2” | | |||
Property Name | Description | ||
| The tile control. | – | – |
| The tile control title. |
| The font settings applied to the tile control title. |
| Provides access to the tile control title. | ||
| A tile item. |
| Indicates whether or not the tile item is focused. |
| Provides access to the tile group linked to the tile item. | ||
| Provides access to the tile item. | ||
| Indicates whether or not the tile item is checked. | ||
| A tile group. |
| Indicates whether or not the tile group is checked. |
|
| The font settings applied to the tile group caption. | |
| Provides access to the corresponding tile group. | ||
| The tile group caption’s text color. | ||
| The detail page title. |
| Provides access to the tile item associated with the detail page. |
| Provides access to the tab left arrow button‘s ViewInfo ( | ||
| Provides access to the tab right arrow button‘s ViewInfo ( | ||
| The font settings applied to detail page. | ||
|
| This flag indicates whether or not the tab is active. | |
| The tab’s caption. | ||
| The font settings applied to the tab’s caption. | ||
| Provides access to the tile item associated with the detail page. | ||
| The tab’s state. | ||
| An arrow button. |
| The arrow button’s scrolling direction. |
| The arrow button’s state. | ||
|
| The button’s scrolling direction. | |
| The button’s state. | ||
| The bottom action bar. | – | – |
| The top action bar. | – | – |
| An action button. |
| Provides access to the action button (also called action bar item). |
| The Back button displayed on the detail page title. | – | – |
| The Back button displayed by the top action bar activated on a detail page. | – | – |
Refer to the OnActionBarsHide event description for the example of the HitObject
property use.