Table of Contents

TTMSFNCDataGrid.CanDeleteColumn Method

Checks whether deleting the specified column is permitted by grid options and events.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

function CanDeleteColumn(AColumn: Integer): Boolean;

Parameters

Name Description
AColumn Zero-based index of the column to test.

Returns

True if the column can be deleted.