Table of Contents

TTMSFNCDataGridCore.IsColumnValid Method

Returns True when AColumn is within 0 and ColumnCount - 1.

API unit family: TMSFNCDataGridCore Declaring type: TTMSFNCDataGridCore

Syntax

function IsColumnValid(AColumn: Integer): Boolean;

Parameters

Name Description
AColumn Zero-based column index to validate.

Returns

True when the condition described by the method name is met; otherwise False.