Table of Contents

TTMSFNCDataGridRenderer.ColumnByName Method

Returns the column whose Name matches AName, or nil.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

function ColumnByName(AName: string): TTMSFNCDataGridColumn;

Parameters

Name Description
AName Column name to match.

Returns

The matching column, or nil when no column has the specified name.