Table of Contents

TTMSFNCTableViewItemAppearance Class

Appearance settings for normal, selected, and disabled item states in the table view.

API unit family: TMSFNCTableView Inherits from: TPersistent

Syntax

TTMSFNCTableViewItemAppearance = class(TPersistent)

Properties

Name Description
AccessoryDetailBitmaps Gets or sets accessory.
AccessoryFill Gets or sets accessory.
AccessoryFont Gets or sets accessory.
AccessoryStroke Gets or sets accessory.
DisabledFill Fill used when an item is in the disabled state.
DisabledStroke Stroke used when an item is in the disabled state.
Fill Gets or sets fill.
FixedHeight Fixed height in pixels applied when HeightMode is set to fixed.
Font Gets or sets font.
HTMLTemplate HTML template string used to render item content.
Height Default height for items that do not specify their own height.
HeightMode Controls whether variable or fixed item heights are used.
SelectedFill Fill used when an item is in the selected state.
SelectedStroke Stroke used when an item is in the selected state.
ShowFocus When True, a focus indicator is drawn on the focused item.
Stroke Gets or sets stroke.