Table of Contents

TTMSFNCDataGridCore.ClearRowInfo Method

Clears geometry metadata (height, position, order, hidden state) for the specified row, or for all rows when ARow is -1.

API unit family: TMSFNCDataGridCore Declaring type: TTMSFNCDataGridCore

Syntax

procedure ClearRowInfo(ARow: Integer = -1); virtual;

Parameters

Name Description
ARow Zero-based row index to clear, or -1 to clear all rows.