Skip to content

TTMSFNCDataGridRenderer

Renderer class used in TTMSFNCDataGrid
Inherits from TTMSFNCDataGridData

Properties

Property Description
AdaptToStyle Indicates whether to adapt the control to the applied style (True or False).
AllowDropFiles Enables or disables dropping files from the operating system on the grid.
BitmapContainer Container for bitmaps used in the grid.
BitmapNames[AColumn, ARow: Integer] Returns the names of bitmaps at the specified column and row.
Bitmaps[AColumn, ARow: Integer] Returns the bitmaps at the specified column and row.
BottomRow Gets the index of the bottom row in the grid.
CellAppearance Appearance settings for the grid's cells.
CellPopupMenu Popup menu for the grid's cells.
Columns Grid columns configuration.
Colors[AColumn, ARow: Integer] Gets or sets the color for an individual cell.
CommentPopup Popup for comments in cells.
Comments[AColumn, ARow: Integer] Gets or sets the comments for the specified cell.
ControlAligns[AColumn, ARow: Integer] Gets or sets the alignment of controls inside the grid's cells.
ControlHeights[AColumn, ARow: Integer] Gets or sets the height of controls inside the cells.
ControlMargins[AColumn, ARow: Integer] Gets or sets the margins of controls inside the cells.
ControlPositions[AColumn, ARow: Integer] Gets or sets the positions of controls inside the cells.
ControlTexts[AColumn, ARow: Integer] Gets or sets the text for the control inside the specified cell.
ControlWidths[AColumn, ARow: Integer] Gets or sets the width of controls inside the cells.
CustomHorizontalScrollBar Custom horizontal scrollbar for the grid.
CustomScrollBars Indicates whether custom scrollbars are used (True or False).
CustomVerticalScrollBar Custom vertical scrollbar for the grid.
DragAppearance Appearance of dragged grid items.
DragCell The cell being dragged.
FilterContainer Container for filters in the grid.
FilterPopup Popup window for displaying filter options.
Fill Fill settings for the grid.
FilterAppearance Appearance settings for the filter section of the grid.
FilterClearButton Button to clear the filter.
FilterEdit Edit control for the filter.
FilterListBox List box for the filter.
FilterSortAscendingButton Button to sort the filter ascending.
FilterSortDescendingButton Button to sort the filter descending.
FindDialog Dialog for finding text.
Font Font settings for the element.
FocusedCell Currently focused cell.
FontColors[AColumn, ARow: Integer] Gets or sets the font color for an individual cell.
FontNames[AColumn, ARow: Integer] Gets or sets the font name for an individual cell.
FontSizes[AColumn, ARow: Integer] Gets or sets the font size for an individual cell.
FontStyles[AColumn, ARow: Integer] Gets or sets the font style for an individual cell.
Grids[AColumn, ARow: Integer] Returns grid cells in the form of nested grids.
GlobalFont Global font settings.
HasBitmap[AColumn, ARow: Integer] Checks if a cell contains a bitmap.
HasButton[AColumn, ARow: Integer] Checks if a cell contains a button.
HasCheckBox[AColumn, ARow: Integer] Checks if a cell contains a checkbox.
HasDataCheckBox[AColumn, ARow: Integer] Checks if a cell contains a data checkbox.
HasDataProgressBar[AColumn, ARow: Integer] Checks if a cell contains a data progress bar.
HasDataRadioButton[AColumn, ARow: Integer] Checks if a cell contains a data radio button.
HasGrid[AColumn, ARow: Integer] Checks if a cell contains a nested grid.
HasLayout[AColumn, ARow: Integer] Checks if a cell contains a layout.
HasProgressBar[AColumn, ARow: Integer] Checks if a cell contains a progress bar.
HasRadioButton[AColumn, ARow: Integer] Checks if a cell contains a radio button.
Hints[AColumn, ARow: Integer] Gets or sets hints for the specified cell.
HorizontalScrollBarVisible Indicates if the horizontal scrollbar is visible.
HorizontalScrollBar Horizontal scrollbar.
Host Host object.
Icons Several icons for the grid such as node, filter and sorting icons.
InplaceEditor In-place editor for the data grid.
IsMouseDown Indicates if the mouse button is pressed down.
Layouts[AColumn, ARow: Integer] Layouts in the specified cell.
LeftColumn Gets or sets the leftmost visible column.
Options Options for configuring the data grid.
ProgressValue[AColumn, ARow: Integer] Gets or sets the progress value for a progress bar in the specified cell.
RadioGroupIndex[AColumn, ARow: Integer] Gets or sets the radio button group index for the specified cell.
ReadOnlys[AColumn, ARow: Integer] Gets or sets whether the specified cell is read-only (True or False).
ReplaceDialog Dialog for replacing text.
RightColumn Gets or sets the rightmost visible column.
SelectedCellCount Gets the count of selected cells.
SelectedCells[AColumn, ARow: Integer] Gets or sets whether the specified cell is selected.
SelectedColumnCount Gets the count of selected columns.
SelectedColumns[AColumn: Integer] Gets or sets whether the specified column is selected.
SelectedRowCount Gets the count of selected rows.
SelectedRows[ARow: Integer] Gets or sets whether the specified row is selected.
Selection Defines the range of selected cells.
States[AColumn, ARow: Integer] Gets the state of the specified cell.
StretchScrollBars Indicates whether the scrollbars should stretch.
Stroke Settings for drawing the borders of grid cells.
TopRow Gets or sets the topmost visible row.
TextAligns[AColumn, ARow: Integer] Gets or sets a cell text alignment.
TextAngles[AColumn, ARow: Integer] Gets or sets an angle for the cell text.
VerticalScrollBarVisible Indicates whether the vertical scrollbar is visible (True or False).
VerticalScrollBar Vertical scrollbar for the grid.
WordWrapping[AColumn, ARow: Integer] Gets or sets a cell text wordwrapping.

Events

Event Description
OnAfterApplyFilter Triggered after a filter is applied.
OnAfterCloseInplaceEditor Triggered after the in-place editor is closed.
OnAfterCopyToClipboard Triggered after content is copied to the clipboard.
OnAfterCreateFilterEditor Triggered after a filter editor is created when displaying a filter row.
OnAfterCutToClipboard Triggered after content is cut to the clipboard.
OnAfterDrawCell Triggered after a cell is drawn.
OnAfterDrawEmptySpace Triggered after the empty space in the grid is drawn.
OnAfterDrawGrid Triggered after the entire grid is drawn.
OnAfterLookup Triggered after a lookup operation.
OnAfterPasteFromClipboard Triggered after content is pasted from the clipboard.
OnAfterShowFilter Triggered after the filter popup is shown.
OnAfterShowFindDialog Triggered after the find dialog is shown.
OnAfterShowReplaceDialog Triggered after the replace dialog is shown.
OnAfterSortColumn Triggered after a column is sorted.
OnAppendColumn Triggered when a column is appended to the grid.
OnAppendRow Triggered when a row is appended to the grid.
OnBeforeApplyFilter Triggered before a filter is applied.
OnBeforeCloseInplaceEditor Triggered before the in-place editor is closed.
OnBeforeCopyToClipboard Triggered before content is copied to the clipboard.
OnBeforeCreateFilterEditor Triggered before a filter editor is created when displaying a filter row.
OnBeforeCutToClipboard Triggered before content is cut to the clipboard.
OnBeforeDrawCell Triggered before a cell is drawn.
OnBeforeDrawEmptySpace Triggered before the empty space in the grid is drawn.
OnBeforeLookup Triggered before a lookup operation.
OnBeforePasteFromClipboard Triggered before content is pasted from the clipboard.
OnBeforeShowFilter Triggered before the filter popup is shown.
OnBeforeShowFindDialog Triggered before the find dialog is shown.
OnBeforeShowReplaceDialog Triggered before the replace dialog is shown.
OnBeforeSortColumn Triggered before a column is sorted.
OnCanAppendColumn Determines whether a column can be appended.
OnCanAppendRow Determines whether a row can be appended.
OnCanDeleteColumn Determines whether a column can be deleted.
OnCanDeleteRow Determines whether a row can be deleted.
OnCanDragColumn Determines whether a column can be dragged.
OnCanDragRow Determines whether a row can be dragged.
OnCanDropColumn Determines whether a column can be dropped.
OnCanDropRow Determines whether a row can be dropped.
OnCanEditCell Determines whether a cell can be edited.
OnCanInsertColumn Determines whether a column can be inserted.
OnCanInsertRow Determines whether a row can be inserted.
OnCanSizeColumn Determines whether a column can be resized.
OnCanSizeRow Determines whether a row can be resized.
OnCellAnchorClick Triggered when a hyperlink is clicked in a cell.
OnCellButtonClick Triggered when a button in a cell is clicked.
OnCellCheckBoxChange Triggered when a checkbox in a cell changes state.
OnCellClick Triggered when a cell is clicked.
OnCellDblClick Triggered when a cell is double-clicked.
OnCellEditGetData Triggered when data is retrieved for a cell editor.
OnCellEditSetData Triggered when data is set for a cell editor.
OnCellEditValidateData Triggered when data in a cell editor is validated.
OnCellRadioButtonChange Triggered when a radio button in a cell changes state.
OnCellRightClick Triggered when a cell is right-clicked.
OnColumnDropped Triggered when a column is dropped.
OnColumnSized Triggered when a column is resized.
OnCreateCustomFilterEditor Triggered when the filter row needs a custom filter editor.
OnCustomizeFilterPopupEditor Triggered when the filter popup is displayed, used to configure the contents or add custom controls.
OnDeleteColumn Triggered when a column is deleted.
OnDeleteRow Triggered when a row is deleted.
OnDropFiles Triggered when one or multiple files are dropped on the grid.
OnDisplay Triggered when the grid is displayed.
OnFocused Triggered when the grid gains focus.
OnGetCellClass Allows customization of cell class properties.
OnGetCellHint Provides a hint for the specified cell.
OnGetCellLayout Provides layout properties for the specified cell.
OnGetCellLayoutHasPriority Determines whether the individual layout for a cell has priority when drawing various cell states, used in combination with Layouts[].
OnInsertColumn Triggered when a column is inserted.
OnInsertRow Triggered when a row is inserted.
OnRowDropped Triggered when a row is dropped.
OnRowSized Triggered when a row is resized.
OnSelectCell Triggered when a cell is selected.
OnSizeColumn Triggered when a column is resized.
OnSizeRow Triggered when a row is resized.
OnVScroll Triggered when vertical scrolling occurs.

Methods

Method Description
&Export(AGraphics: TTMSFNCGraphics) Exports the grid using the specified graphics object.
&Export(AGraphics: TTMSFNCGraphics; ARect: TRectF; ASelection: TTMSFNCDataGridCellCoordRange; ARepeatFixedColumns: Boolean = False; ARepeatFixedRows: Boolean = False; AFitToPage: Boolean = True; ASkipSaveBounds: Boolean = False; AOnNewPage: TTMSFNCDataGridRendererExportNewPageCallback = nil; AOnGetPageIndex: TTMSFNCDataGridRendererExportGetPageIndexCallback = nil) Exports the grid using the specified graphics object with additional parameters.
AddBitmap(ACell: TTMSFNCDataGridCellCoord; ABitmap: TTMSFNCBitmap) Adds a bitmap to the specified cell.
AddBitmap(ACell: TTMSFNCDataGridCellCoord; AName: string) Adds a bitmap with the specified name to the cell.
AddBitmap(AColumn, ARow: Integer; ABitmap: TTMSFNCBitmap) Adds a bitmap to the specified cell.
AddBitmap(AColumn, ARow: Integer; AName: string) Adds a bitmap with the specified name to the cell.
AddBitmapColumn(AColumn: Integer; ABitmap: TTMSFNCBitmap) Adds a bitmap column with the specified bitmap.
AddBitmapColumn(AColumn: Integer; AName: string) Adds a bitmap column with the specified name.
AddButton(ACell: TTMSFNCDataGridCellCoord; AText: string = '') Adds a button to the specified cell.
AddButton(AColumn, ARow: Integer; AText: string = '') Adds a button to the specified cell.
AddButtonColumn(AColumn: Integer; AText: string = '') Adds a button column with the specified text.
AddCheckBox(ACell: TTMSFNCDataGridCellCoord; AValue: Boolean = False) Adds a checkbox to the specified cell.
AddCheckBox(AColumn, ARow: Integer; AValue: Boolean = False) Adds a checkbox to the specified cell.
AddCheckBoxColumn(AColumn: Integer; AValue: Boolean = False) Adds a checkbox column with the specified value.
AddDataCheckBox(ACell: TTMSFNCDataGridCellCoord) Adds a data checkbox to the specified cell.
AddDataCheckBox(AColumn, ARow: Integer) Adds a data checkbox to the specified cell.
AddDataCheckBoxColumn(AColumn: Integer) Adds a data checkbox column.
AddDataProgressBar(ACell: TTMSFNCDataGridCellCoord) Adds a data progress bar to the specified cell.
AddDataProgressBar(AColumn, ARow: Integer) Adds a data progress bar to the specified cell.
AddDataProgressBarColumn(AColumn: Integer) Adds a data progress bar column.
AddDataRadioButton(ACell: TTMSFNCDataGridCellCoord; AValue: Boolean = False; AGroupIndex: Integer = 0) Adds a data radio button to the specified cell.
AddDataRadioButton(AColumn, ARow: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0) Adds a data radio button to the specified cell.
AddDataRadioButtonColumn(AColumn: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0) Adds a data radio button column.
AddGrid(ACell: TTMSFNCDataGridCellCoord) Adds a grid to the specified cell.
AddGrid(AColumn, ARow: Integer) Adds a grid to the specified cell.
AddProgressBar(ACell: TTMSFNCDataGridCellCoord; AValue: Integer = 0) Adds a progress bar to the specified cell.
AddProgressBar(AColumn, ARow: Integer; AValue: Integer = 0) Adds a progress bar to the specified cell.
AddProgressBarColumn(AColumn: Integer; AValue: Integer = 0) Adds a progress bar column.
AddRadioButton(ACell: TTMSFNCDataGridCellCoord; AValue: Boolean = False; AGroupIndex: Integer = 0) Adds a radio button to the specified cell.
AddRadioButton(AColumn, ARow: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0) Adds a radio button to the specified cell.
AddRadioButtonColumn(AColumn: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0) Adds a radio button column.
AfterExport Called after exporting.
ApplyExportScale(AScale: Single) Applies the export scale.
ApplyStyle Applies the style.
AutoSizeColumn(AColumn: Integer; const AMode: TTMSFNCDataGridAutoSizeMode = gamAllCells; const APadding: Integer = 5) Auto-sizes the specified column.
AutoSizeColumns(const AMode: TTMSFNCDataGridAutoSizeMode = gamAllCells; const APadding: Integer = 5) Auto-sizes all columns.
AutoSizeGrid(const AMode: TTMSFNCDataGridAutoSizeMode = gamAllCells; const APaddingColumn: Integer = 5; const APaddingRow: Integer = 5) Auto-sizes the grid.
AutoSizeRow(ARow: Integer; const AMode: TTMSFNCDataGridAutoSizeMode = gamAllCells; const APadding: Integer = 5) Auto-sizes the specified row.
AutoSizeRows(const AMode: TTMSFNCDataGridAutoSizeMode = gamAllCells; const APadding: Integer = 5) Auto-sizes all rows.
BeforeExport Called before exporting.
Calculate Calculates the grid layout.
ChangeDPIScale(M, D: Integer) Changes the DPI scale.
ClearSelection Clears the selection.
CopyToClipboard(ASelectedCells: Boolean = True) Copies the selected cells to the clipboard.
CutToClipboard(ASelectedCells: Boolean = True) Cuts the selected cells to the clipboard.
Display Displays the grid.
Draw(AGraphics: TTMSFNCGraphics) Draws the grid using the specified graphics object.
EditCell(ACell: TTMSFNCDataGridCellCoord; ACellStart: TTMSFNCDataGridEditCellStart = gcsNone; AInsertKey: Boolean = False; AValue: string = ''; AKey: Word = 0) Edits the specified cell.
ExportNotification(AState: TTMSFNCDataGridExportState; ARow: Integer) Sends a notification during export.
Focus Focuses the grid.
GoToCell(ACell: TTMSFNCDataGridCellCoord; ASelect: Boolean = True) Navigates to the specified cell.
HandleEnter Handles the enter event.
HandleExit Handles the exit event.
HandleKey(var AKeyInfo: TTMSFNCDataGridKeyInfo) Handles a key event.
HandleMouse(var AMouseInfo: TTMSFNCDataGridMouseInfo) Handles a mouse event.
HilightCells(AHilightText: string; AOptions: TTMSFNCDataGridHilightOptions) Highlights the specified cells.
HilightText(ACaseSensitive: Boolean; AValue, AText: string) Highlights the specified text.
IsCellDisplay(ADisplay: TTMSFNCDataGridDisplayList) Checks if the cell is in display.
IsCellReadOnly(ACell: TTMSFNCDataGridCellCoord) Checks if the cell is read-only.
IsCellSelected(ACell: TTMSFNCDataGridCellCoord) Checks if the cell is selected.
IsEditing Checks if the grid is in editing mode.
IsFixedCellSelected(ACell: TTMSFNCDataGridCellCoord) Checks if the fixed cell is selected.
Lookup(AValue: string; AAllRows: Boolean = False; AAutoGoto: Boolean = False) Looks up a value in the grid.
LookupInColumn(AColumn: Integer; AValue: string; AAllRows: Boolean = False; AAutoGoto: Boolean = False) Looks up a value in the specified column.
LookupInColumnFromRow(AColumn, ARow: Integer; AValue: string; AAllRows: Boolean = False; AAutoGoto: Boolean = False) Looks up a value in the specified column starting from the specified row.
MarkCells(AHilightText: string; AOptions: TTMSFNCDataGridMarkOptions) Marks the specified cells.
MarkText(ACaseSensitive: Boolean; AValue, AText: string) Marks the specified text.
Navigate(ACell: TTMSFNCDataGridCellCoord; AForceScroll: Boolean = False; AIgnoreColumn: Boolean = False; AIgnoreRow: Boolean = False) Navigates to the specified cell.
NextSelectableColumn(AColumn, ARow: Integer) Gets the next selectable column.
NextSelectableRow(AColumn, ARow: Integer) Gets the next selectable row.
NextVisibleColumn(AColumn, ARow: Integer) Gets the next visible column.
NextVisibleRow(AColumn, ARow: Integer) Gets the next visible row.
PasteFromClipboard Pastes from the clipboard.
PreviousSelectableColumn(AColumn, ARow: Integer) Gets the previous selectable column.
PreviousSelectableRow(AColumn, ARow: Integer) Gets the previous selectable row.
PreviousVisibleColumn(AColumn, ARow: Integer) Gets the previous visible column.
PreviousVisibleRow(AColumn, ARow: Integer) Gets the previous visible row.
RegisterRuntimeClasses Registers runtime classes.
RemoveBitmap(ACell: TTMSFNCDataGridCellCoord) Removes the bitmap from the specified cell.
RemoveBitmap(AColumn, ARow: Integer) Removes the bitmap from the specified cell.
RemoveButton(ACell: TTMSFNCDataGridCellCoord) Removes the button from the specified cell.
RemoveButton(AColumn, ARow: Integer) Removes the button from the specified cell.
RemoveCheckBox(ACell: TTMSFNCDataGridCellCoord) Removes the checkbox from the specified cell.
RemoveCheckBox(AColumn, ARow: Integer) Removes the checkbox from the specified cell.
RemoveDataCheckBox(ACell: TTMSFNCDataGridCellCoord) Removes the data checkbox from the specified cell.
RemoveDataCheckBox(AColumn, ARow: Integer) Removes the data checkbox from the specified cell.
RemoveDataProgressBar(ACell: TTMSFNCDataGridCellCoord) Removes the data progress bar from the specified cell.
RemoveDataProgressBar(AColumn, ARow: Integer) Removes the data progress bar from the specified cell.
RemoveDataRadioButton(ACell: TTMSFNCDataGridCellCoord) Removes the data radio button from the specified cell.
RemoveDataRadioButton(AColumn, ARow: Integer) Removes the data radio button from the specified cell.
RemoveGrid(ACell: TTMSFNCDataGridCellCoord) Removes the grid from the specified cell.
RemoveGrid(AColumn, ARow: Integer) Removes the grid from the specified cell.
RemoveLayout(ACell: TTMSFNCDataGridCellCoord) Removes the layout from the specified cell.
RemoveLayout(AColumn, ARow: Integer) Removes the layout from the specified cell.
RemoveProgressBar(ACell: TTMSFNCDataGridCellCoord) Removes the progress bar from the specified cell.
RemoveProgressBar(AColumn, ARow: Integer) Removes the progress bar from the specified cell.
RemoveRadioButton(ACell: TTMSFNCDataGridCellCoord) Removes the radio button from the specified cell.
RemoveRadioButton(AColumn, ARow: Integer) Removes the radio button from the specified cell.
ResetExportScale Resets the export scale.
ResetToDefaultStyle Resets to the default style.
RestoreScrollPosition Restores the scroll position.
SaveScrollPosition Saves the scroll position.
SaveToHTMLData(AFileName: string) Saves the grid to an HTML file.
SaveToHTMLData(AFileName: string; AEncoding: TEncoding) Saves the grid to an HTML file with the specified encoding.
SaveToHTMLStreamData(AStream: TStream) Saves the grid to an HTML stream.
SaveToHTMLStreamData(AStream: TStream; AEncoding: TEncoding) Saves the grid to an HTML stream with the specified encoding.
SaveToImageData(AFileName: string) Saves the grid to an image file.
SaveToImageStreamData(AStream: TStream) Saves the grid to an image stream.
Scroll(AHorizontalPos, AVerticalPos: Double) Scrolls to the specified positions.
SelectAllCells Selects all cells.
SelectCell(ACell: TTMSFNCDataGridCellCoord; AShift: TShiftState = []; AMouseDragging: Boolean = False) Selects the specified cell.
SelectColumns(AFromColumn, AToColumn: Integer) Selects the specified columns.
SelectRows(AFromRow, AToRow: Integer) Selects the specified rows.
SetBitmap(ACell: TTMSFNCDataGridCellCoord; ABitmap: TTMSFNCBitmap) Sets a bitmap to the specified cell.
SetBitmap(ACell: TTMSFNCDataGridCellCoord; AName: string) Sets a bitmap with the specified name to the cell.
SetBitmap(AColumn, ARow: Integer; ABitmap: TTMSFNCBitmap) Sets a bitmap to the specified cell.
SetBitmap(AColumn, ARow: Integer; AName: string) Sets a bitmap with the specified name to the cell.
SetBitmapColumn(AColumn: Integer; ABitmap: TTMSFNCBitmap) Sets a bitmap column with the specified bitmap.
SetBitmapColumn(AColumn: Integer; AName: string) Sets a bitmap column with the specified name.
SetButton(ACell: TTMSFNCDataGridCellCoord; AText: string = '') Sets a button to the specified cell.
SetButton(AColumn, ARow: Integer; AText: string = '') Sets a button to the specified cell.
SetButtonColumn(AColumn: Integer; AText: string = '') Sets a button column with the specified text.
SetCheckBox(ACell: TTMSFNCDataGridCellCoord; AValue: Boolean = False) Sets a checkbox to the specified cell.
SetCheckBox(AColumn, ARow: Integer; AValue: Boolean = False) Sets a checkbox to the specified cell.
SetCheckBoxColumn(AColumn: Integer; AValue: Boolean = False) Sets a checkbox column with the specified value.
SetDataCheckBox(ACell: TTMSFNCDataGridCellCoord) Sets a data checkbox to the specified cell.
SetDataCheckBox(AColumn, ARow: Integer) Sets a data checkbox to the specified cell.
SetDataCheckBoxColumn(AColumn: Integer) Sets a data checkbox column.
SetDataProgressBar(ACell: TTMSFNCDataGridCellCoord) Sets a data progress bar to the specified cell.
SetDataProgressBar(AColumn, ARow: Integer) Sets a data progress bar to the specified cell.
SetDataProgressBarColumn(AColumn: Integer) Sets a data progress bar column.
SetDataRadioButton(ACell: TTMSFNCDataGridCellCoord; AValue: Boolean = False; AGroupIndex: Integer = 0) Sets a data radio button to the specified cell.
SetDataRadioButton(AColumn, ARow: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0) Sets a data radio button to the specified cell.
SetDataRadioButtonColumn(AColumn: Integer; AValue: Boolean = False; AGroupIndex: Integer = 0) Sets a data radio button column.
SetGrid(ACell: TTMSFNCDataGridCellCoord) Sets a grid to the specified cell.
SetGrid(AColumn, ARow: Integer) Sets a grid to the specified cell.
SetLocalRect(ARect: TRectF) Sets the local rectangle.
ShowFindDialog Shows the find dialog.
ShowReplaceDialog Shows the replace dialog.
StopEditing Stops editing.
UnhilightCells(AOptions: TTMSFNCDataGridHilightOptions) Unhighlights the specified cells.
UnhilightText(ACaseSensitive: Boolean; AValue: string) Unhighlights the specified text.
UnmarkCells(AOptions: TTMSFNCDataGridMarkOptions) Unmarks the specified cells.
UnmarkText(AValue: string) Unmarks the specified text.
Update Updates the grid.
XYToCell(X, Y: Double) Gets the cell at the specified coordinates.
XYToColumn(X, Y: Double) Gets the column at the specified coordinates.
XYToRenderer(X, Y: Double) Gets the renderer at the specified coordinates.
XYToRow(X, Y: Double) Gets the row at the specified coordinates.