Items

Property name Description
AccessoryType The type of standard accessory view the item should use (normal state). Standard accessory types are:
atTableViewCellAccessoryNone
atTableViewCellAccessoryDisclosureIndicator
atTableViewCellAccessoryDetailDisclosureButton
atTableViewCellAccessoryCheckmark
AccessoryView A view that is used, typically as a control, on the right side of the item (normal state).
Bitmap Sets the image of an item in the TableView.
BitmapFile A direct link to an image file located in the root or documents directory.
BitmapLink A link to another TBitmap instance which can be used multiple times to save resources.
BitmapSize The size of an image used to resize. The BitmapSize is -1 by default which will load the original size of the image The image is resized with aspect ratio.
CanMove Sets whether an item can be moved to another location in the TableView or not.
Enabled Enables / disables the item.
Description The description of the item.
DetailView A DetailView that is used when the user selects an item. The DetailView is pushed in the View linked to the TableView’s DetailView property.The DetailView on item level and on TableView can be linked to other types of TMS FMX Native UI controls.
EditingAccessoryType The type of standard accessory view the item should use (editing state). Standard accessory types are:
atTableViewCellAccessoryNone
atTableViewCellAccessoryDisclosureIndicator
atTableViewCellAccessoryDetailDisclosureButton
atTableViewCellAccessoryCheckmark
EditingAccessoryView A view that is used, typically as a control, on the right side of the item (editing state).
EditStyle The style of the item when editing the TableView. The style can be set to delete or insert the item.When editing occurs, an item is respectively delete or inserted.
Height The height of an item in the TableView when a value different from -1 is specified. If the Value is -1 the RowHeight property on Options level is used.
ShowEditMenu Shows a “Copy” edit menu when a tap and hold operation occurs on an item.
Style The Style of an item. Various styles can be applied
UITableViewCellStyleDefault
A simple style for an item with a text label (black and left-aligned) and an optional image view.
UITableViewCellStyleValue1
A style for an item with a label on the left side of the item with left-aligned and black text; on the right side is a label that has smaller blue text and is right-aligned.
UITableViewCellStyleValue2
A style for an item with a label on the left side of the item with text that is right-aligned and blue. On the right side of the item is another label with smaller text that is left-aligned and black.
UITableViewCellStyleSubtitle
A style for an item with a left-aligned label across the top and a left-aligned label below it in smaller gray text.
SubDetailView A SubDetailView that is used when the user selects an item. The SubDetailView is pushed in place of the main TableView.The SubDetailView on item level can be linked to other types of TMS FMX Native UI controls.
Text The text of the item.

Go back to Sections