Table of Contents

TTMSFNCCustomDataGrid.CanDeleteColumn Method

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

API unit family: TMSFNCDataGrid Declaring type: 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.