Table of Contents

TTMSFNCTableView Class

TTMSFNCTableView provides table view API support.

API unit family: TMSFNCTableView Inherits from: TTMSFNCCustomTableView

Syntax

TTMSFNCTableView = class(TTMSFNCCustomTableView)

Properties

Name Description
BackButton Gets back button. (inherited from TTMSFNCCustomTableView)
BitmapContainer Gets bitmap container. (inherited from TTMSFNCCustomTableView)
Categories Gets or sets categories. (inherited from TTMSFNCCustomTableView)
CategoryAppearance Gets or sets category appearance. (inherited from TTMSFNCCustomTableView)
CategoryType Gets or sets category type. (inherited from TTMSFNCCustomTableView)
Checked Gets or sets whether checked is enabled or active. (inherited from TTMSFNCCustomTableView)
CheckedItem Gets or sets whether checked is enabled or active. (inherited from TTMSFNCCustomTableView)
DefaultItem Gets or sets default item. (inherited from TTMSFNCCustomTableView)
DisplayItem Gets display item. (inherited from TTMSFNCCustomTableView)
DisplayItemCount Gets display item. (inherited from TTMSFNCCustomTableView)
DoneButton Gets done button. (inherited from TTMSFNCCustomTableView)
Edit Gets edit. (inherited from TTMSFNCCustomTableView)
EditButton Gets edit. (inherited from TTMSFNCCustomTableView)
Fill Gets or sets fill. (inherited from TTMSFNCCustomTableView)
Filter Gets filter. (inherited from TTMSFNCCustomTableView)
FilterButton Gets filter. (inherited from TTMSFNCCustomTableView)
Footer Gets or sets footer. (inherited from TTMSFNCCustomTableView)
GlobalFont Gets or sets global font. (inherited from TTMSFNCCustomTableView)
GroupAppearance Gets or sets group appearance. (inherited from TTMSFNCCustomTableView)
Header Gets or sets header. (inherited from TTMSFNCCustomTableView)
Interaction Gets or sets interaction. (inherited from TTMSFNCCustomTableView)
ItemAppearance Gets or sets item appearance. (inherited from TTMSFNCCustomTableView)
ItemIndex Gets or sets item index. (inherited from TTMSFNCCustomTableView)
Items Gets or sets items. (inherited from TTMSFNCCustomTableView)
LayoutMode Gets or sets layout mode. (inherited from TTMSFNCCustomTableView)
LookupBar Gets or sets lookup bar. (inherited from TTMSFNCCustomTableView)
MoreOptionAppearance Gets or sets more option appearance. (inherited from TTMSFNCCustomTableView)
MoreOptions Gets or sets more options. (inherited from TTMSFNCCustomTableView)
PrecalculateItems Gets or sets whether precalculate items is enabled or active. (inherited from TTMSFNCCustomTableView)
Reload Gets or sets reload. (inherited from TTMSFNCCustomTableView)
SelectedItem Gets or sets selected item. (inherited from TTMSFNCCustomTableView)
SelectedItems Gets or sets selected item. (inherited from TTMSFNCCustomTableView)
Stroke Gets or sets stroke. (inherited from TTMSFNCCustomTableView)
TreeView Gets tree view. (inherited from TTMSFNCCustomTableView)
Version Gets or sets version. (inherited from TTMSFNCCustomTableView)
VerticalScrollBarVisible Gets or sets whether vertical scroll bar visible is enabled or active. (inherited from TTMSFNCCustomTableView)

Methods

Name Description
AddItem Adds a new table item. (inherited from TTMSFNCCustomTableView)
ApplyFilter Applies the current filter settings. (inherited from TTMSFNCCustomTableView)
BeginUpdate Starts a batch update. (inherited from TTMSFNCCustomTableView)
CancelEditMode Cancels the current edit mode. (inherited from TTMSFNCCustomTableView)
CheckAllItems Checks all checkable items. (inherited from TTMSFNCCustomTableView)
ClearSelection Clears the current selection. (inherited from TTMSFNCCustomTableView)
CopyToClipboard Copies table view content to the clipboard. (inherited from TTMSFNCCustomTableView)
CutToClipboard Cuts table view content to the clipboard. (inherited from TTMSFNCCustomTableView)
DetailControlActive Returns whether a detail control is currently active. (inherited from TTMSFNCCustomTableView)
DisableInteraction Temporarily disables user interaction. (inherited from TTMSFNCCustomTableView)
Draw Draws the control. (inherited from TTMSFNCCustomTableView)
DrawBackground Draws the control background. (inherited from TTMSFNCCustomTableView)
EnableInteraction Re-enables user interaction. (inherited from TTMSFNCCustomTableView)
EndUpdate Finishes a batch update and refreshes the control. (inherited from TTMSFNCCustomTableView)
HideDetailControl Hides the active detail control. (inherited from TTMSFNCCustomTableView)
HideMoreOptions Hides the more-options panel. (inherited from TTMSFNCCustomTableView)
InitSample Populates the control with sample content. (inherited from TTMSFNCCustomTableView)
IsEditMode Returns whether edit mode is active. (inherited from TTMSFNCCustomTableView)
IsItemSelectable Returns whether the item can be selected. (inherited from TTMSFNCCustomTableView)
LoadFromFile Loads table view content from a file. (inherited from TTMSFNCCustomTableView)
LoadFromStream Loads table view content from a stream. (inherited from TTMSFNCCustomTableView)
LoadFromStrings Loads table view content from strings. (inherited from TTMSFNCCustomTableView)
LoadSettingsFromFile Loads persisted settings from a file. (inherited from TTMSFNCCustomTableView)
LoadSettingsFromStream Loads persisted settings from a stream. (inherited from TTMSFNCCustomTableView)
LookupCategory Looks up a category by text. (inherited from TTMSFNCCustomTableView)
LookupCustomCategory Looks up a custom category by identifier. (inherited from TTMSFNCCustomTableView)
LookupItem Looks up an item by text. (inherited from TTMSFNCCustomTableView)
MatchFilter Returns whether an item matches the active filter. (inherited from TTMSFNCCustomTableView)
PasteFromClipboard Pastes table view content from the clipboard. (inherited from TTMSFNCCustomTableView)
ReloadProgress Returns the current reload progress. (inherited from TTMSFNCCustomTableView)
RemoveFilter Removes the active filter. (inherited from TTMSFNCCustomTableView)
RemoveFilters Removes all filters. (inherited from TTMSFNCCustomTableView)
RemoveItem Removes the specified item. (inherited from TTMSFNCCustomTableView)
SaveToFile Saves table view content to a file. (inherited from TTMSFNCCustomTableView)
SaveToStream Saves table view content to a stream. (inherited from TTMSFNCCustomTableView)
SaveToStrings Saves table view content to strings. (inherited from TTMSFNCCustomTableView)
ScrollToItem Scrolls the specified item into view. (inherited from TTMSFNCCustomTableView)
SelectItem Selects the specified item. (inherited from TTMSFNCCustomTableView)
SelectItems Selects the specified items. (inherited from TTMSFNCCustomTableView)
SelectedItemCount Returns the number of selected items. (inherited from TTMSFNCCustomTableView)
ShowDetailControl Shows the detail control. (inherited from TTMSFNCCustomTableView)
ShowMoreOptions Shows more options for an item. (inherited from TTMSFNCCustomTableView)
Sort Sorts the items. (inherited from TTMSFNCCustomTableView)
StartEditMode Starts edit mode. (inherited from TTMSFNCCustomTableView)
StartFiltering Starts filter editing. (inherited from TTMSFNCCustomTableView)
StartReload Starts the reload interaction. (inherited from TTMSFNCCustomTableView)
StopEditMode Stops edit mode. (inherited from TTMSFNCCustomTableView)
StopFiltering Stops filter editing. (inherited from TTMSFNCCustomTableView)
StopReload Stops the reload interaction. (inherited from TTMSFNCCustomTableView)
ToggleEditMode Toggles edit mode. (inherited from TTMSFNCCustomTableView)
UnCheckAllItems Unchecks all items. (inherited from TTMSFNCCustomTableView)
UpdateReloadProgress Updates the reload progress indicator. (inherited from TTMSFNCCustomTableView)
XYToAccessoryItem Returns the item accessory at the specified coordinates. (inherited from TTMSFNCCustomTableView)
XYToBitmapItem Returns the item bitmap at the specified coordinates. (inherited from TTMSFNCCustomTableView)
XYToItem Returns the item at the specified coordinates. (inherited from TTMSFNCCustomTableView)
XYToItemIndex Returns the item index at the specified coordinates. (inherited from TTMSFNCCustomTableView)
XYToMoreOption Returns the more option at the specified coordinates. (inherited from TTMSFNCCustomTableView)

Events

Name Description
OnAfterApplyFilter Occurs after apply filter. (inherited from TTMSFNCCustomTableView)
OnAfterDrawItem Occurs after draw item. (inherited from TTMSFNCCustomTableView)
OnAfterDrawItemCheck Occurs after draw item. (inherited from TTMSFNCCustomTableView)
OnAfterDrawItemIcon Occurs after draw item. (inherited from TTMSFNCCustomTableView)
OnAfterDrawItemText Occurs after draw item. (inherited from TTMSFNCCustomTableView)
OnBeforeApplyFilter Occurs before apply filter. (inherited from TTMSFNCCustomTableView)
OnBeforeDrawItem Occurs before draw item. (inherited from TTMSFNCCustomTableView)
OnBeforeDrawItemCheck Occurs before draw item. (inherited from TTMSFNCCustomTableView)
OnBeforeDrawItemIcon Occurs before draw item. (inherited from TTMSFNCCustomTableView)
OnBeforeDrawItemText Occurs before draw item. (inherited from TTMSFNCCustomTableView)
OnBeforeItemHideDetailControl Occurs before item hide detail control. (inherited from TTMSFNCCustomTableView)
OnBeforeItemShowDetailControl Occurs before item show detail control. (inherited from TTMSFNCCustomTableView)
OnCategoryClick Occurs when category click. (inherited from TTMSFNCCustomTableView)
OnCategoryCompare Occurs when category compare. (inherited from TTMSFNCCustomTableView)
OnDrawItemCustomAccessory Occurs when draw item custom accessory. (inherited from TTMSFNCCustomTableView)
OnFooterAnchorClick Occurs when footer anchor click. (inherited from TTMSFNCCustomTableView)
OnGetHTMLTemplate Occurs when the table view needs htmltemplate. (inherited from TTMSFNCCustomTableView)
OnGetHTMLTemplateValue Occurs when the table view needs htmltemplate. (inherited from TTMSFNCCustomTableView)
OnHeaderAnchorClick Occurs when header anchor click. (inherited from TTMSFNCCustomTableView)
OnItemAccessoryClick Occurs when an item accessory click. (inherited from TTMSFNCCustomTableView)
OnItemAnchorClick Occurs when an item anchor click. (inherited from TTMSFNCCustomTableView)
OnItemBitmapClick Occurs when an item bitmap click. (inherited from TTMSFNCCustomTableView)
OnItemCheckChanged Occurs when an item check changed. (inherited from TTMSFNCCustomTableView)
OnItemClick Occurs when an item click. (inherited from TTMSFNCCustomTableView)
OnItemCompare Occurs when an item compare. (inherited from TTMSFNCCustomTableView)
OnItemDblClick Occurs when an item dbl click. (inherited from TTMSFNCCustomTableView)
OnItemHideDetailControl Occurs when an item hide detail control. (inherited from TTMSFNCCustomTableView)
OnItemMoreOptionClick Occurs when an item more option click. (inherited from TTMSFNCCustomTableView)
OnItemMouseEnter Occurs when an item mouse enter. (inherited from TTMSFNCCustomTableView)
OnItemMouseLeave Occurs when an item mouse leave. (inherited from TTMSFNCCustomTableView)
OnItemSelected Occurs when an item selected. (inherited from TTMSFNCCustomTableView)
OnItemSelectionChanged Occurs when an item selection changed. (inherited from TTMSFNCCustomTableView)
OnItemShowDetailControl Occurs when an item show detail control. (inherited from TTMSFNCCustomTableView)
OnItemUnSelected Occurs when an item un selected. (inherited from TTMSFNCCustomTableView)
OnManualLookupCategory Occurs when manual lookup category. (inherited from TTMSFNCCustomTableView)
OnStartReload Occurs when start reload. (inherited from TTMSFNCCustomTableView)
OnStopReload Occurs when stop reload. (inherited from TTMSFNCCustomTableView)
OnVScroll Occurs when vscroll. (inherited from TTMSFNCCustomTableView)

Used by