TdxCustomTileBar Class
The base class for tile bar control.
Declaration
TdxCustomTileBar = class(
TdxCustomTileControl
)
Remarks
The TdxCustomTileBar class provides members that allow you to:
Customize end-user interaction with the tile bar control (OptionsBehavior);
Customize the tile bar control’s appearance (LookAndFeel, OptionsView, Transparent, and Style);
Customize general animation settings (OptionsDetailAnimate and OptionsItemAnimate);
Focus a specific tile by scrolling it into view (FocusedItem);
Manage individual tiles (CreateItem, DeleteItem, and Items);
Manage tile groups (CreateGroup, RemoveGroup, and Groups);
Access checked tiles (CheckedItems and CheckedItemCount);
Display and hide popup controls (ShowPopupWindow and HidePopupWindow);
Improve the performance of tile bar control-based operations by managing the control’s refresh operations (BeginUpdate, EndUpdate, LayoutChanged, and InvalidateRect);
Save and restore tile bar control settings across multiple sessions (StoreToIniFile, StoreToRegistry, StoreToStream, RestoreFromIniFile, RestoreFromRegistry, and RestoreFromStream).
You do not need to create instances of the TdxCustomTileBar class. Use its descendant instead.