Table of Contents

TTMSFNCDataGridRenderer.OnCanInsertColumn Event

Fired to ask whether a new column may be inserted at AColumn.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

OnCanInsertColumn: TTMSFNCDataGridCanInsertColumnEvent;

Parameters

Name Description
Sender Renderer that fired the event.
AColumn Zero-based column index where the column would be inserted.
ACanInsert Set to False to prevent inserting the column.