TdxCustomTileControl Class
The base class for tile controls.
Declaration
TdxCustomTileControl = class(
TcxControl,
IcxStoredParent,
IcxStoredObject,
IdxSkinSupport
)
Remarks
The class members allow you to do the following:
Customize appearance settings (LookAndFeel, OptionsView, Title, Transparent, and Style).
Switch between available render modes (LookAndFeel.RenderMode).
Customize the appearance of tile action bars (ActionBars).
Manage individual tiles (CreateItem, DeleteItem, and Items).
Customize end-user interaction with the tile control (OptionsBehavior).
Manage tile groups (CreateGroup, RemoveGroup, and Groups).
Access checked tiles (CheckedItems and CheckedItemCount).
Customize animation settings (OptionsDetailAnimate and OptionsItemAnimate).
Improve the performance of tile 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).
Adjust drag-and-drop settings (DragAndDropObject).
Do not use the TdxCustomTileControl class directly. Use the following descendants instead: