Table of Contents

TTMSFNCDataGridRenderer.RemoveLayout Method

Removes the custom layout from the specified cell coordinate.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Overloads

Overload 1

Removes the custom layout from the specified cell coordinate.

procedure RemoveLayout(ACell: TTMSFNCDataGridCellCoord); overload;

Parameters

Name Description
ACell Cell coordinate whose custom layout is removed.

Overload 2

Removes the custom layout from the specified column and row.

procedure RemoveLayout(AColumn, ARow: Integer); overload;

Parameters

Name Description
AColumn Zero-based column index of the cell to clear.
ARow Zero-based row index of the cell to clear.